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

Structure to represent a date. More...

#include <date_struct.hpp>

Public Attributes

int64_t year
 Year component of the date.
 
int mon
 Month component of the date (1-12).
 
int day
 Day component of the date (1-31).
 

Detailed Description

Structure to represent a date.

Definition at line 12 of file date_struct.hpp.

Member Data Documentation

◆ day

int time_shield::DateStruct::day

Day component of the date (1-31).

Definition at line 15 of file date_struct.hpp.

◆ mon

int time_shield::DateStruct::mon

Month component of the date (1-12).

Definition at line 14 of file date_struct.hpp.

◆ year

int64_t time_shield::DateStruct::year

Year component of the date.

Definition at line 13 of file date_struct.hpp.


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