D
Dade
Hi,
i need help working with COleDateTime Object...
I have the following :
int year=2003;
int month=11;
int day=05;
COleDateTime Data_i(year,month,day,0,0,0);
now i want to subtract one day to get the date 11/04/2003.
why is it not correct this?
COleDateTimeSpan OneDayDiff = Data_i - COleDateTime(0,0,1,0,0,0);
thanks
Davide
i need help working with COleDateTime Object...
I have the following :
int year=2003;
int month=11;
int day=05;
COleDateTime Data_i(year,month,day,0,0,0);
now i want to subtract one day to get the date 11/04/2003.
why is it not correct this?
COleDateTimeSpan OneDayDiff = Data_i - COleDateTime(0,0,1,0,0,0);
thanks
Davide