$SirTime: Difference between revisions
Jump to navigation
Jump to search
(Automatically generated page update) |
mNo edit summary |
||
Line 9: | Line 9: | ||
==Syntax== | ==Syntax== | ||
<p class="syntax">% | <p class="syntax"><span class="term">%time</span> = <span class="literal">$SirTime</span> | ||
</p> | </p> | ||
<p> | <p> | ||
< | <var class="term">%time</var> is set to the current time in YYDDDHHMISSXX format.</p> | ||
< | |||
==Usage notes== | |||
<ul> | |||
<li>See the documentation of [[$Sir_Date]] for obtaining the current time in any format. | |||
</ul> | |||
==Products authorizing {{PAGENAMEE}}== | ==Products authorizing {{PAGENAMEE}}== | ||
Line 27: | Line 30: | ||
<li>[[Japanese functions]]</li> | <li>[[Japanese functions]]</li> | ||
<li>[[Sir2000 Field Migration Facility]]</li> | <li>[[Sir2000 Field Migration Facility]]</li> | ||
</ul> | </ul> | ||
[[Category:$Functions|$SirTime]] | [[Category:$Functions|$SirTime]] |
Revision as of 22:33, 19 July 2013
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.