C4 Engine
C4 Engine API Documentation

TimeMgr::GetDateTimeStrings

Defined in:  C4Time.h
Returns strings containing the current date and time.
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

TimeMgr::GetDateTime