hi, I have the following problem, I working with the variable "COleDateTime".
I have the following code:
DATE CurrentTime = COleDateTime::GetCurrentTime();
This returns the current time of the system
Do you know how to add to this current time seconds, minutes, days?
Also I need to get two dates and make some actions, How many seconds, days.. pass('+', '-'),
Ideas?
:eek:
Thanks