+1 888 340 6572

CurrentTime

From MultiCharts
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Returns a numerical value, indicating the computer's current time. The time is indicated in the 24-hour HHmm format, where 1300 = 1:00 PM.

Usage

CurrentTime

Notes

  • Use CurrentTime_s to get the computer's current time with seconds precision.
  • Use Time and Time_s to get the time of the bar with respectively minutes and seconds precision.

Example

CurrentTime
  • Will return a value of 1015 for 10:15 AM,
  • Will return a value of 1545 for 3:45 PM.