|
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. | |
| TIME_SHIELD_CONSTEXPR tz_t | time_shield::time_zone_struct_to_offset (const TimeZoneStruct &tz) noexcept |
| Convert a TimeZoneStruct to a numeric UTC offset (seconds). | |
| TIME_SHIELD_CONSTEXPR tz_t | time_shield::tz_to_offset (const TimeZoneStruct &tz) noexcept |
| Alias for time_zone_struct_to_offset. | |
| TIME_SHIELD_CONSTEXPR tz_t | time_shield::to_offset (const TimeZoneStruct &tz) noexcept |
| Alias for time_zone_struct_to_offset. | |
|
inlinenoexcept |
Convert a TimeZoneStruct to a numeric UTC offset (seconds).
| tz | Time zone descriptor. |
Definition at line 97 of file time_zone_struct.hpp.
|
inlinenoexcept |
Alias for time_zone_struct_to_offset.
Convert a TimeZoneStruct to a numeric UTC offset (seconds).
| tz | Time zone descriptor. |
Definition at line 115 of file time_zone_struct.hpp.
|
inline |
Converts an integer to a TimeZoneStruct.
| offset | The integer to convert. |
Definition at line 47 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 62 of file time_zone_struct.hpp.
|
inlinenoexcept |
Alias for time_zone_struct_to_offset.
Convert a TimeZoneStruct to a numeric UTC offset (seconds).
| tz | Time zone descriptor. |
Definition at line 108 of file time_zone_struct.hpp.