|
Time Shield Library
C++ library for working with time
|
Functions | |
| TimeZoneStruct | time_shield::to_time_zone_struct (tz_t offset) |
| Converts an integer to a TimeZoneStruct. | |
| TimeZoneStruct | time_shield::to_tz (tz_t offset) |
| Alias for to_time_zone_struct function. | |
| tz_t | time_shield::time_zone_struct_to_offset (const TimeZoneStruct &tz) |
| Converts a TimeZoneStruct to a single integer representation. | |
| tz_t | time_shield::tz_to_offset (const TimeZoneStruct &tz) |
| Alias for time_zone_struct_to_offset function. | |
| tz_t | time_shield::to_offset (const TimeZoneStruct &tz) |
| Alias for time_zone_struct_to_offset function. | |
|
inline |
Converts a TimeZoneStruct to a single integer representation.
| tz | The TimeZoneStruct to convert. |
Definition at line 92 of file time_zone_struct.hpp.
|
inline |
Alias for time_zone_struct_to_offset function.
Converts a TimeZoneStruct to a single integer representation.
| tz | The TimeZoneStruct to convert. |
Definition at line 106 of file time_zone_struct.hpp.
|
inline |
Converts an integer to a TimeZoneStruct.
| offset | The integer to convert. |
Definition at line 46 of file time_zone_struct.hpp.
|
inline |
Alias for to_time_zone_struct function.
Converts an integer to a TimeZoneStruct.
| offset | The integer to convert. |
Definition at line 57 of file time_zone_struct.hpp.
|
inline |
Alias for time_zone_struct_to_offset function.
Converts a TimeZoneStruct to a single integer representation.
| tz | The TimeZoneStruct to convert. |
Definition at line 99 of file time_zone_struct.hpp.