Time Shield Library
C++ library for working with time
|
Functions | |
std::string | time_shield::time_zone_struct_to_string (const TimeZoneStruct &tz) |
Converts a TimeZoneStruct to a string representation. | |
std::string | time_shield::to_string (const TimeZoneStruct &tz) |
Alias for time_zone_struct_to_string function. | |
std::string | time_shield::to_str (const TimeZoneStruct &tz) |
Alias for time_zone_struct_to_string function. | |
|
inline |
Converts a TimeZoneStruct to a string representation.
tz | The TimeZoneStruct to convert. |
Definition at line 66 of file time_zone_struct.hpp.
|
inline |
Alias for time_zone_struct_to_string function.
Converts a TimeZoneStruct to a string representation.
tz | The TimeZoneStruct to convert. |
Definition at line 81 of file time_zone_struct.hpp.
|
inline |
Alias for time_zone_struct_to_string function.
Converts a TimeZoneStruct to a string representation.
tz | The TimeZoneStruct to convert. |
Definition at line 74 of file time_zone_struct.hpp.