TimeMgr::GetDateTimeStrings
Defined in:
Returns strings containing the current date and time.
C4Time.h
Prototype
static void GetDateTimeStrings(String<127> *date, String<127> *time);
Parameters
date |
A pointer to a string that receives the date. |
time |
A pointer to a string that receives the time. |
Description
The GetDateTimeStrings
function returns strings containing the current date and time in the strings specified by the date
and time
parameters. The date and time correspond to the time zone set for the local machine.
See Also