Time Shield Library
C++ library for working with time
|
Functions | |
const TimeZoneStruct | time_shield::to_time_zone_struct (tz_t offset) |
Converts an integer to a TimeZoneStruct. | |
const TimeZoneStruct | time_shield::to_tz (tz_t offset) |
Alias for to_time_zone_struct function. | |
const tz_t | time_shield::time_zone_struct_to_offset (const TimeZoneStruct &tz) |
Converts a TimeZoneStruct to a single integer representation. | |
const tz_t | time_shield::tz_to_offset (const TimeZoneStruct &tz) |
Alias for time_zone_struct_to_offset function. | |
const 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 91 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 105 of file time_zone_struct.hpp.
|
inline |
Converts an integer to a TimeZoneStruct.
offset | The integer to convert. |
Definition at line 45 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 56 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 98 of file time_zone_struct.hpp.