TimeMgr::GetDateTime
Defined in:
Returns a structure containing the current date and time.
C4Time.h
Prototype
static void GetDateTime(DateTime *dateTime);
Parameters
dateTime |
The structure that receives the current date and time. |
Description
The GetDateTime
function fills in the DateTime
structure specified by the dateTime
parameter with the current date and time. The date and time correspond to the time zone set for the local machine.
See Also