SA_Logger
Sapphire's Suite's C++ Logger.
|
Date Time definition. More...
#include <cstdint>
#include <string>
Go to the source code of this file.
Classes | |
struct | SA::DateTime |
Date time structure type. More... | |
Functions | |
std::string | SA::ToString (const DateTime &_date) |
Convert DtaeTime to string with date-time format. | |
Date Time definition.
std::string SA::ToString | ( | const DateTime & | _date | ) |
Convert DtaeTime to string with date-time format.
<month>.<day>.<year>-<hour>h<minute>m<second>s Ex: 2/27/2021 at 12:07:43 => "2.27.2021-12h07m43s"