$SirTime: Difference between revisions
Jump to navigation
Jump to search
m (1 revision) |
mNo edit summary |
||
Line 2: | Line 2: | ||
<span class="pageSubtitle"><section begin="desc" />Current time as YYDDDHHMISSXX<section end="desc" /></span> | <span class="pageSubtitle"><section begin="desc" />Current time as YYDDDHHMISSXX<section end="desc" /></span> | ||
<p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. | <p class="warning">Most Sirius $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $SirTime function.</p> | ||
The $SirTime function returns the current time in YYDDDHHMISSXX format. This function is especially useful in conjunction with $SirJGet. | 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. | $SirTime accepts no arguments and returns a string. | ||
==Syntax== | ==Syntax== | ||
<p class="syntax"><section begin="syntax" /> %TIME = $SirTime | <p class="syntax"><section begin="syntax" /> %TIME = $SirTime | ||
Line 14: | Line 15: | ||
<p class="caption">%TIME is set to the current time in YYDDDHHMISSXX format.</p> | <p class="caption">%TIME is set to the current time in YYDDDHHMISSXX format.</p> | ||
Notes:See the documentation of [[$Sir_Date]] for obtaining the current time in any format. | |||
Notes: | |||
<ul class="smallAndTightList"> | <ul class="smallAndTightList"> | ||
Line 34: | Line 30: | ||
<p class="caption">Products authorizing $SirTime | <p class="caption">Products authorizing $SirTime | ||
</p> | </p> | ||
[[Category:$Functions|$SirTime]] | [[Category:$Functions|$SirTime]] |
Revision as of 18:52, 8 February 2011
<section begin="desc" />Current time as YYDDDHHMISSXX<section end="desc" />
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
<section begin="syntax" /> %TIME = $SirTime <section end="syntax" />
Notes:See the documentation of $Sir_Date for obtaining the current time in any format.