![]() |
Blamite Game Engine - Strings
00386.06.16.23.0646.blamite
A library containing general purpose utilities and classes for use in multiple projects.
|
Utilities relating to date and time. More...
Functions | |
STRINGS_API std::string | GetDateTime (const char *format) |
Retrieves the current date/time in the specified format. More... | |
STRINGS_API std::string | GetTimeLogFormat () |
Retrieves the current date/time in the following format, for use in the logger: More... | |
Utilities relating to date and time.
std::string BlamStrings::Utils::DateTime::GetDateTime | ( | const char * | format | ) |
Retrieves the current date/time in the specified format.
format | - The desired format for the date and time. |
std::string BlamStrings::Utils::DateTime::GetTimeLogFormat | ( | ) |
Retrieves the current date/time in the following format, for use in the logger:
MM.DD.YY HH:MM:SS.MIL