C4 Engine
C4 Engine API Documentation

TimeMgr::GetDateTime

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

TimeMgr::GetDateTimeStrings

DateTime