#include "./timespan.h"
#include <cstdint>
#include <ctime>
#include <limits>
#include <string>
Go to the source code of this file.
|
| CppUtilities |
| Contains all utilities provides by the c++utilities library.
|
|
|
enum | CppUtilities::DateTimeOutputFormat {
CppUtilities::DateTimeOutputFormat::DateAndTime,
CppUtilities::DateTimeOutputFormat::DateOnly,
CppUtilities::DateTimeOutputFormat::TimeOnly,
CppUtilities::DateTimeOutputFormat::DateTimeAndWeekday,
CppUtilities::DateTimeOutputFormat::DateTimeAndShortWeekday
} |
| Specifies the output format. More...
|
|
enum | CppUtilities::DayOfWeek {
CppUtilities::DayOfWeek::Monday,
CppUtilities::DayOfWeek::Tuesday,
CppUtilities::DayOfWeek::Wednesday,
CppUtilities::DayOfWeek::Thursday,
CppUtilities::DayOfWeek::Friday,
CppUtilities::DayOfWeek::Saturday,
CppUtilities::DayOfWeek::Sunday
} |
| Specifies the day of the week. More...
|
|
enum | CppUtilities::DatePart { CppUtilities::DatePart::Year,
CppUtilities::DatePart::Month,
CppUtilities::DatePart::DayOfYear,
CppUtilities::DatePart::Day
} |
| Specifies the date part. More...
|
|