|
TradeMUX SDK Documentation
1.0
TradeMUX SDK Documentation
|
| string TimeToString | ( | DateTime | value, |
| int | mode = TIME_DATE|TIME_MINUTES |
||
| ) |
Converting a value containing date/time into a string representation in "yyyy.mm.dd hh:mi" format
| value | DateTime to convert |
| mode | Additional data input mode. Can be one or combined flag: TIME_DATE gets result as "yyyy.mm.dd", TIME_MINUTES gets result as "hh:mm", TIME_SECONDS gets results as "hh:mm:ss". |