Skip to main content
Version: 26.3

time

This term can be used in the following ways:

  • Function
  • Type for is a operator
  • Keyword
  • Date format
  • Local time, etc. (functions, and date formats)
  • Time out (option to ask and answer commands)
  • Dynamic predefined variable (Added in SenseTalk 1.42)
    • Unlike ordinary predefined variables which have a single defined value, time is dynamic, evaluating to the current time of day each time it is accessed.

Examples of Time used as a function:

When used as a Time function

put the time -—> 12:51 PM
put the long local time -—> 12:52:28 PM America/Denver

Example of accessing the local time:

put time -—> 10:57 AM

Related terms in the SenseTalk Dictionary:



note

This page is under construction: it has not been reviewed for completeness.