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

Helpers for converting CET and EET timestamps to GMT. More...

Go to the source code of this file.

Namespaces

namespace  time_shield
 Main namespace for the Time Shield library.
 

Macros

#define __TIME_SHIELD_TIME_ZONE_CONVERSIONS_MQH__
 

Functions

datetime time_shield::cet_to_gmt (const datetime cet)
 Convert Central European Time to Greenwich Mean Time.
 
datetime time_shield::eet_to_gmt (const datetime eet)
 Convert Eastern European Time to Greenwich Mean Time.
 

Detailed Description

Helpers for converting CET and EET timestamps to GMT.

Definition in file time_zone_conversions.mqh.

Macro Definition Documentation

◆ __TIME_SHIELD_TIME_ZONE_CONVERSIONS_MQH__

#define __TIME_SHIELD_TIME_ZONE_CONVERSIONS_MQH__

Definition at line 8 of file time_zone_conversions.mqh.