Time Shield Library
C++ library for working with time
|
Header file with enumerations for weekdays, months, and other time-related categories. More...
#include <string>
#include <array>
Go to the source code of this file.
Namespaces | |
namespace | time_shield |
Main namespace for the Time Shield library. | |
Macros | |
#define | _TIME_SHIELD_ENUMS_HPP_INCLUDED |
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. | |
Header file with enumerations for weekdays, months, and other time-related categories.
This file contains enum definitions for representing various time-related concepts.
Definition in file enums.hpp.