Time statement (LotusScript® Language)

Sets the system time to a specified time. This statement is not valid on UNIX or Macintosh OS X operating systems, for which you need to have root user privileges to change the system time.

Note: TSyntax

Time[$] = timeExpr

Elements

timeExpr

Any expression whose value is a valid date/time value: either a String in a valid date/time format, or else a Variant containing either a date/time value or a string value in date/time format.

Example