![]() |
Nuclide
Software Development Kit for id Technology (BETA)
|
Util library.
Public Member Functions | |
| string | TimeToString (int realTime, int zoneType, string formatString) |
| Returns the current time. | |
| string utilAPI_t::TimeToString | ( | int | realTime, |
| int | zoneType, | ||
| string | formatString ) |
Returns the current time.
| realTime | specifies the time in seconds since 01/01/1970. |
| zoneType | specifies the time zone to use. 0 = UTC, 1 = Local. |
| formatString | is a C-language, strftime styled string setting the output format |