Enumeration of time format types.
| Enumerator |
|---|
| ISO8601_WITH_TZ | ISO8601 format with time zone (e.g., "2024-06-06T12:30:45+03:00")
|
| ISO8601_NO_TZ | ISO8601 format without time zone (e.g., "2024-06-06T12:30:45")
|
| MQL5_FULL | MQL5 time format (e.g., "2024.06.06 12:30:45")
|
| MQL5_DATE_ONLY | MQL5 date format (e.g., "2024.06.06")
|
| MQL5_TIME_ONLY | MQL5 time format (e.g., "12:30:45")
|
| AMERICAN_MONTH_DAY | American date format (e.g., "06/06/2024")
|
| EUROPEAN_MONTH_DAY | European date format (e.g., "06.06.2024")
|
| AMERICAN_TIME | American time format (e.g., "12:30 PM")
|
| EUROPEAN_TIME | European time format (e.g., "12:30")
|
| ISO8601_WITH_TZ | ISO8601 format with time zone (e.g., "2024-06-06T12:30:45+03:00")
|
| ISO8601_NO_TZ | ISO8601 format without time zone (e.g., "2024-06-06T12:30:45")
|
| MQL5_FULL | MQL5 time format (e.g., "2024.06.06 12:30:45")
|
| MQL5_DATE_ONLY | MQL5 date format (e.g., "2024.06.06")
|
| MQL5_TIME_ONLY | MQL5 time format (e.g., "12:30:45")
|
| AMERICAN_MONTH_DAY | American date format (e.g., "06/06/2024")
|
| EUROPEAN_MONTH_DAY | European date format (e.g., "06.06.2024")
|
| AMERICAN_TIME | American time format (e.g., "12:30 PM")
|
| EUROPEAN_TIME | European time format (e.g., "12:30")
|