|
Time Shield Library
C++ library for working with time
|
Header for date structure and related functions. More...
Go to the source code of this file.
Classes | |
| struct | time_shield::DateStruct |
| Structure to represent a date. More... | |
Namespaces | |
| namespace | time_shield |
| Main namespace for the Time Shield library. | |
Functions | |
| const DateStruct | time_shield::create_date_struct (int64_t year, int32_t mon=1, int32_t day=1) |
| Creates a DateStruct instance. | |
Header for date structure and related functions.
This file contains the definition of the DateStruct structure and a function to create DateStruct instances.
Definition in file date_struct.hpp.