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