time24Text
  • 30 Oct 2020
  • 1 Minute to read
  • Contributors
  • Dark
    Light
  • PDF

time24Text

  • Dark
    Light
  • PDF

Article summary

Description

Type: Text

Returns the current time in 24 hour (HH:mm) format.


Examples

// display the current time (24-hour) in the debugger
debug.log(tools.time24Text);

Remarks

Use this property when you need a Text-based representation of the current time.

Normal DateTime comparisons and operations cannot be performed on Text objects.


What's Next