LastUpdateTimeMilliseconds (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
m (Automatically generated page update)
 
m (→‎Examples: typo)
 
(5 intermediate revisions by 2 users not shown)
Line 1: Line 1:
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds subtitle}}
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds subtitle}}


This page is [[under construction]]
 
==Syntax==
==Syntax==
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds syntax}}
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds syntax}}
===Syntax terms===
===Syntax terms===
<table class="syntaxTable">
<table class="syntaxTable">
<tr><th>%number</th><td>number</td></tr>
<tr><th>%number</th>
<td>A numeric variable to contain the time of the last update to the <var class="term">procedureInfo</var> procedure.
</td></tr>
 
<tr><th>procedureInfo</th>
<tr><th>procedureInfo</th>
<td>ProcedureInfo object</td></tr>
<td>A <var>ProcedureInfo</var> object variable or expression.</td></tr>
</table>
</table>
==Usage notes==
==Usage notes==
<ul>
<li>The returned time value is displayed in  milliseconds since Jan 1, 1900 00:00:00. For additional display formats of the date value, see <var>[[LastUpdateTime (ProcedureInfo function)|LastUpdateTime]]</var>.
</ul>
==Examples==
==Examples==
See the <var>ProcedureInfo</var> class [[ProcedureInfo class#Example|Example]].
==See also==
==See also==
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds footer}}
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds footer}}

Latest revision as of 19:21, 20 June 2017

Most recent update time in milliseconds (ProcedureInfo class)

[Introduced in Sirius Mods 7.8]


Syntax

%number = procedureInfo:LastUpdateTimeMilliseconds

Syntax terms

%number A numeric variable to contain the time of the last update to the procedureInfo procedure.
procedureInfo A ProcedureInfo object variable or expression.

Usage notes

  • The returned time value is displayed in milliseconds since Jan 1, 1900 00:00:00. For additional display formats of the date value, see LastUpdateTime.

Examples

See the ProcedureInfo class Example.

See also