|
Time Shield Library
C++ library for working with time
|
Structure to represent an ISO week date. More...
#include <iso_week_struct.hpp>
Public Attributes | |
| int64_t | year |
| ISO week-numbering year component. | |
| int32_t | week |
| ISO week number component (1-52/53). | |
| int32_t | weekday |
| ISO weekday component (1=Monday .. 7=Sunday). | |
Structure to represent an ISO week date.
Definition at line 17 of file iso_week_struct.hpp.
| int32_t time_shield::IsoWeekDateStruct::week |
ISO week number component (1-52/53).
Definition at line 19 of file iso_week_struct.hpp.
| int32_t time_shield::IsoWeekDateStruct::weekday |
ISO weekday component (1=Monday .. 7=Sunday).
Definition at line 20 of file iso_week_struct.hpp.
| int64_t time_shield::IsoWeekDateStruct::year |
ISO week-numbering year component.
Definition at line 18 of file iso_week_struct.hpp.