6#ifndef _TIME_SHIELD_DATE_STRUCT_HPP_INCLUDED
7#define _TIME_SHIELD_DATE_STRUCT_HPP_INCLUDED
Main namespace for the Time Shield library.
TIME_SHIELD_CONSTEXPR const T year(const ts_t &ts=ts())
Alias for get_year function.
const DateStruct create_date_struct(const int64_t &year, const int &mon=1, const int &day=1)
Creates a DateStruct instance.
Structure to represent a date.
int64_t year
Year component of the date.
int day
Day component of the date (1-31).
int mon
Month component of the date (1-12).