|
Time Shield Library
C++ library for working with time
|
Enumerations for time-related concepts. More...
Files | |
| file | enums.hpp |
| Header file with enumerations for weekdays, months, and other time-related categories. | |
Functions | |
| const char * | time_shield::to_cstr (Weekday value, FormatType format=UPPERCASE_NAME) |
| Converts a Weekday enum value to a string. | |
| const std::string & | time_shield::to_str (Weekday value, FormatType format=UPPERCASE_NAME) |
| Converts a Weekday enum value to a string. | |
| const char * | time_shield::to_cstr (Month value, FormatType format=UPPERCASE_NAME) |
| Converts a Month enum value to a string. | |
| const std::string & | time_shield::to_str (Month value, FormatType format=UPPERCASE_NAME) |
| Converts a Month enum value to a string. | |
| const char * | time_shield::to_cstr (TimeZone value, FormatType format=UPPERCASE_NAME) |
| Converts a TimeZone enum value to a string. | |
| const std::string & | time_shield::to_str (TimeZone value, FormatType format=UPPERCASE_NAME) |
| Converts a TimeZone enum value to a string. | |
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 |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |
|
inline |