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

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.
 

Macros

#define __TIME_SHIELD_TIME_STRUCT_MQH__
 

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.
 

Detailed Description

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.

Macro Definition Documentation

◆ __TIME_SHIELD_TIME_STRUCT_MQH__

#define __TIME_SHIELD_TIME_STRUCT_MQH__

Definition at line 8 of file time_struct.mqh.