![]() |
Blamite Game Engine - Strings
00406.12.10.23.1457.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. |
Here is the caller graph for this function:| 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
Here is the caller graph for this function: