LastUpdateTime (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (Automatically generated page update) |
mNo edit summary |
||
Line 1: | Line 1: | ||
{{Template:ProcedureInfo:LastUpdateTime subtitle}} | {{Template:ProcedureInfo:LastUpdateTime subtitle}} | ||
==Syntax== | ==Syntax== | ||
{{Template:ProcedureInfo:LastUpdateTime syntax}} | {{Template:ProcedureInfo:LastUpdateTime syntax}} | ||
===Syntax terms=== | ===Syntax terms=== | ||
<table class="syntaxTable"> | <table class="syntaxTable"> | ||
<tr><th>%string</th><td>string</td></tr> | <tr><th>%string</th> | ||
<td>A string 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> | ||
<tr><th>string</th> | <tr><th>string</th> | ||
<td>string</td></tr> | <td>An optional string that specifies the format of the date value, as described in [[Datetime string formats|"Datetime string formats"]]. The default date format is <code>YYYYMMDDHHMISSXXX</code>. An invalid format causes a request cancellation.</td></tr> | ||
</table> | </table> | ||
==Examples== | ==Examples== | ||
See [[ProcedureInfo class#Example|"Example"]]. | |||
==See also== | ==See also== | ||
{{Template:ProcedureInfo:LastUpdateTime footer}} | {{Template:ProcedureInfo:LastUpdateTime footer}} |
Revision as of 23:04, 21 June 2012
Most recent update as date string (ProcedureInfo class)
[Introduced in Sirius Mods 7.8]
Syntax
%string = procedureInfo:LastUpdateTime[( [string])]
Syntax terms
%string | A string variable to contain the time of the last update to the procedureInfo procedure. |
---|---|
procedureInfo | A ProcedureInfo object variable or expression. |
string | An optional string that specifies the format of the date value, as described in "Datetime string formats". The default date format is YYYYMMDDHHMISSXXX . An invalid format causes a request cancellation. |
Examples
See "Example".