Header file with enumerations for weekdays, months, and other time-related categories.
More...
|
enum | time_shield::FormatType {
time_shield::UPPERCASE_NAME = 0
, time_shield::SHORT_NAME
, time_shield::FULL_NAME
, time_shield::UPPERCASE_NAME = 0
,
time_shield::SHORT_NAME
, time_shield::FULL_NAME
} |
| Enumeration of the format options for representing a weekday or month. More...
|
|
enum | time_shield::Weekday {
time_shield::SUN = 0
, time_shield::MON
, time_shield::TUE
, time_shield::WED
,
time_shield::THU
, time_shield::FRI
, time_shield::SAT
, time_shield::SUN = 0
,
time_shield::MON
, time_shield::TUE
, time_shield::WED
, time_shield::THU
,
time_shield::FRI
, time_shield::SAT
} |
| Enumeration of the days of the week. More...
|
|
enum | time_shield::Month {
time_shield::JAN = 1
, time_shield::FEB
, time_shield::MAR
, time_shield::APR
,
time_shield::MAY
, time_shield::JUN
, time_shield::JUL
, time_shield::AUG
,
time_shield::SEP
, time_shield::OCT
, time_shield::NOV
, time_shield::DEC
,
time_shield::JAN = 1
, time_shield::FEB
, time_shield::MAR
, time_shield::APR
,
time_shield::MAY
, time_shield::JUN
, time_shield::JUL
, time_shield::AUG
,
time_shield::SEP
, time_shield::OCT
, time_shield::NOV
, time_shield::DEC
} |
| Enumeration of the months of the year. More...
|
|
enum | time_shield::TimeZone {
time_shield::GMT
, time_shield::UTC
, time_shield::EET
, time_shield::CET
,
time_shield::WET
, time_shield::EEST
, time_shield::CEST
, time_shield::WEST
,
time_shield::UNKNOWN
, time_shield::GMT
, time_shield::UTC
, time_shield::EET
,
time_shield::CET
, time_shield::WET
, time_shield::EEST
, time_shield::CEST
,
time_shield::WEST
, time_shield::UNKNOWN
} |
| Enumeration of the time zones. More...
|
|
enum | time_shield::MoonPhase {
time_shield::WAXING_CRESCENT
, time_shield::FIRST_QUARTER
, time_shield::WAXING_GIBBOUS
, time_shield::FULL_MOON
,
time_shield::WANING_GIBBOUS
, time_shield::LAST_QUARTER
, time_shield::WANING_CRESCENT
, time_shield::NEW_MOON
,
time_shield::WAXING_CRESCENT
, time_shield::FIRST_QUARTER
, time_shield::WAXING_GIBBOUS
, time_shield::FULL_MOON
,
time_shield::WANING_GIBBOUS
, time_shield::LAST_QUARTER
, time_shield::WANING_CRESCENT
, time_shield::NEW_MOON
} |
| Enumeration of the moon phases. More...
|
|
enum | time_shield::TimeFormatType {
time_shield::ISO8601_WITH_TZ
, time_shield::ISO8601_NO_TZ
, time_shield::MQL5_FULL
, time_shield::MQL5_DATE_ONLY
,
time_shield::MQL5_TIME_ONLY
, time_shield::AMERICAN_MONTH_DAY
, time_shield::EUROPEAN_MONTH_DAY
, time_shield::AMERICAN_TIME
,
time_shield::EUROPEAN_TIME
, time_shield::ISO8601_WITH_TZ
, time_shield::ISO8601_NO_TZ
, time_shield::MQL5_FULL
,
time_shield::MQL5_DATE_ONLY
, time_shield::MQL5_TIME_ONLY
, time_shield::AMERICAN_MONTH_DAY
, time_shield::EUROPEAN_MONTH_DAY
,
time_shield::AMERICAN_TIME
, time_shield::EUROPEAN_TIME
} |
| Enumeration of time format types. More...
|
|
Header file with enumerations for weekdays, months, and other time-related categories.
This file contains enum definitions for representing various time-related concepts.
Definition in file enums.mqh.