|
Time Shield Library
C++ library for working with time
|
Header for ISO week date structure. More...
Go to the source code of this file.
Classes | |
| struct | time_shield::IsoWeekDateStruct |
| Structure to represent an ISO week date. More... | |
Namespaces | |
| namespace | time_shield |
| Main namespace for the Time Shield library. | |
Functions | |
| const IsoWeekDateStruct | time_shield::create_iso_week_date_struct (int64_t year, int32_t week=1, int32_t weekday=1) |
| Creates an IsoWeekDateStruct instance. | |
Header for ISO week date structure.
This file defines the IsoWeekDateStruct structure used to represent ISO 8601 week dates.
Definition in file iso_week_struct.hpp.