MQL4 Reference  Conversion Functions
 Conversion Functions  StrToTime
  StrToTime
| 
 | StrToTimeConverts string in the format "yyyy.mm.dd hh:mi" to datetime type (the amount of seconds that have passed since 1 Jan., 1970). 
 Parameters value [in] String having "yyyy.mm.dd hh:mi " format. Returned value Value of datetime type as a number of seconds, passed since 01.01.1970. Example: 
 See also PrintFormat(), TimeToStr(), TimeToString() |