|
MqlDateTime
The date type structure contains eight fields of the int type:
struct MqlDateTime
|
Note
The day number of the year day_of_year for the leap year, since March, will differ from a number of the corresponding day for a non-leap year.
Example:
void OnStart()
|
See also