$SirTime

From m204wiki
Revision as of 17:36, 28 January 2011 by 198.242.244.47 (talk) (Created page with "{{DISPLAYTITLE:$SirTime}} <span class="pageSubtitle"><section begin="desc" />Current time as YYDDDHHMISSXX<section end="desc" /></span> <p class="warning">Most Sirius $functions...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

<section begin="desc" />Current time as YYDDDHHMISSXX<section end="desc" />

Most Sirius $functions have been deprecated in favor of Object Oriented methods. The OO equivalent for the $SirTime function is to be entered.

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

<section begin="syntax" /> %TIME = $SirTime <section end="syntax" />

$SirTime Function

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


Notes:

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

Products authorizing $SirTime