Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
time_shield::IsoWeekDateStruct Struct Reference

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).
 

Detailed Description

Structure to represent an ISO week date.

Definition at line 17 of file iso_week_struct.hpp.

Member Data Documentation

◆ week

int32_t time_shield::IsoWeekDateStruct::week

ISO week number component (1-52/53).

Definition at line 19 of file iso_week_struct.hpp.

◆ weekday

int32_t time_shield::IsoWeekDateStruct::weekday

ISO weekday component (1=Monday .. 7=Sunday).

Definition at line 20 of file iso_week_struct.hpp.

◆ year

int64_t time_shield::IsoWeekDateStruct::year

ISO week-numbering year component.

Definition at line 18 of file iso_week_struct.hpp.


The documentation for this struct was generated from the following file: