Time Shield Library
C++ library for working with time
|
Structures for representing and working with time and date components. More...
Topics | |
Time structure conversions | |
Time structure formatting | |
Classes | |
struct | time_shield::TimeZoneStruct |
Structure to represent time zone information. More... | |
Structures for representing and working with time and date components.
This group includes various structures used for representing time, date, and date-time combinations, along with related utility functions for creating and manipulating these structures.
TimeStruct
: Represents time components (hour, minute, second, millisecond).DateStruct
: Represents date components (year, month, day).DateTimeStruct
: Represents combined date and time components.TimeZoneStruct
: Represents time zone offsets.