$SirTime: Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (1 revision)
m (minor cleanup)
 
(14 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<span class="pageSubtitle">Current time as YYDDDHHMISSXX</span>
<span class="pageSubtitle">Current time as YYDDDHHMISSXX</span>


<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>
<p class="warn"><b>Note: </b>Many $functions have been deprecated in favor of Object Oriented methods. There is no OO equivalent for the $SirTime function.</p>


The <var>$SirTime</var> function returns the current time in YYDDDHHMISSXX format. This function is especially useful in conjunction with [[$SirJGet]].
The <var>$SirTime</var> function accepts no arguments and returns the current time in YYDDDHHMISSXX format. This function is especially useful in conjunction with <var>[[$SirJGet]]</var>.  
 
<var>$SirTime</var> accepts no arguments and returns a string.


==Syntax==
==Syntax==
<p class="syntax"><section begin="syntax" />%TIME = $SirTime
<p class="syntax"><span class="term">%time</span> = <span class="literal">$SirTime</span>
<section end="syntax" /></p>
</p>
<p>
<p>
</p>
Where <var class="term">%time</var> is a string that is set to the current time in YYDDDHHMISSXX format.</p>
<p>%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.
==Usage notes==
<ul>
<li>See the documentation of <var>[[$Sir_Date]]</var> for obtaining the current time in any format.
</ul>


==Products authorizing {{PAGENAMEE}}==  
==Products authorizing {{PAGENAMEE}}==  
<ul class="smallAndTightList">
<ul class="smallAndTightList">
<li>[[Sirius functions]]</li>
<li>[[List of $functions|Sirius functions]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[[Fast/Unload User Language Interface]]</li>
<li>[[Janus Open Client]]</li>
<li>[[Media:JoclrNew.pdf|Janus Open Client]]</li>
<li>[[Janus Open Server]]</li>
<li>[[Media:JosrvrNew.pdf|Janus Open Server]]</li>
<li>[[Janus Sockets]]</li>
<li>[[Janus Sockets]]</li>
<li>[[Janus Web Server]]</li>
<li>[[Janus Web Server]]</li>
<li>[[Japanese functions]]</li>
<li>Japanese functions</li>
<li>[[Sir2000 Field Migration Facility]]</li>
<li>[[Media:SirfieldNew.pdf|Sir2000 Field Migration Facility]]</li>
 
</ul>
</ul>
<p>
</p>


[[Category:$Functions|$SirTime]]
[[Category:$Functions|$SirTime]]

Latest revision as of 23:38, 6 October 2015

Current time as YYDDDHHMISSXX

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

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

Syntax

%time = $SirTime

Where %time is a string that 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