$SirTime

From m204wiki
Revision as of 23:09, 19 February 2015 by JALWiccan (talk | contribs) (Automatically generated page update)
Jump to navigation Jump to search

Current time as YYDDDHHMISSXX

Note: Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $SirTime function.

The $SirTime function returns the current time in YYDDDHHMISSXX format. This function is especially useful in conjunction with $SirJGet.

$SirTime accepts no arguments and returns a string.

Syntax

%time = $SirTime

%time is set to the current time in YYDDDHHMISSXX format.

Usage notes

  • See the documentation of $Sir_Date for obtaining the current time in any format.

Products authorizing $SirTime