Files
mql5-skills/skills/mql5/references/docs/34-standardlibrary/2655-standardlibrary-graphics-caxis-caxisvaluesdatetimemode.md
T
2026-06-23 21:47:51 +08:00

34 lines
602 B
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
# ValuesDateTimeMode (Get method)
Get the format of converting a date into a string.
```
int  ValuesDateTimeMode()
```
Return Value
Format of converting a date into a string.
# ValuesDateTimeMode (Set method)
Set the format of converting a date into a string.
```
void  ValuesDateTimeMode(
   const int  mode      // format of converting a date into a string 
   )
```
Parameters
mode
[in]  Conversion format.
Note
Find out more about the formats of converting a date into a string in the [TimeToString()](/en/docs/convert/timetostring) function description.