Time Shield Library
C++ library for working with time
|
Enumerations for time-related concepts. More...
Enumerations for time-related concepts.
This group contains various enums that represent time-related concepts such as weekdays, months, time zones, and formatting options.
enum time_shield::Month |
Enumeration of the months of the year.
Enumeration of the moon phases.
Enumeration of time format types.
Enumeration of the time zones.
enum time_shield::Weekday |
string time_shield::to_month_str | ( | Month | value, |
FormatType | format = UPPERCASE_NAME ) |
string time_shield::to_timezone_str | ( | TimeZone | value, |
FormatType | format = UPPERCASE_NAME ) |
string time_shield::to_weekday_str | ( | Weekday | value, |
FormatType | format = UPPERCASE_NAME ) |