Time Shield Library
C++ library for working with time
Loading...
Searching...
No Matches
date_time_struct.mqh File Reference

Header for date and time structure and related functions (MQL5). 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.
 

Macros

#define __TIME_SHIELD_DATE_TIME_STRUCT_MQH__
 

Functions

DateTimeStruct time_shield::create_date_time_struct (const long year, const int mon=1, const int day=1, const int hour=0, const int min=0, const int sec=0, const int ms=0)
 Creates a DateTimeStruct instance.
 

Detailed Description

Header for date and time structure and related functions (MQL5).

This file contains the definition of the DateTimeStruct structure and a function to create DateTimeStruct instances for working with combined date and time values in MQL5.

Definition in file date_time_struct.mqh.

Macro Definition Documentation

◆ __TIME_SHIELD_DATE_TIME_STRUCT_MQH__

#define __TIME_SHIELD_DATE_TIME_STRUCT_MQH__

Definition at line 8 of file date_time_struct.mqh.