|
Time Shield Library
C++ library for working with time
|
Header for time structure and related functions (MQL5). More...
Go to the source code of this file.
Classes | |
| struct | time_shield::TimeStruct |
| Structure to represent time. More... | |
Namespaces | |
| namespace | time_shield |
| Main namespace for the Time Shield library. | |
Functions | |
| TimeStruct | time_shield::create_time_struct (const int hour, const int min, const int sec=0, const int ms=0) |
Creates a TimeStruct instance. | |
Header for time structure and related functions (MQL5).
This file contains the definition of the TimeStruct structure and a function to create TimeStruct instances for working with time values in MQL5.
Definition in file time_struct.mqh.