LastUpdateTime (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 15: Line 15:


<tr><th>string</th>
<tr><th>string</th>
<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>
<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.
<p>
See also <var>[[LastUpdateTimeMilliseconds (ProcedureInfo function)|LastUpdateTimeMilliseconds]]</var>. </p></td></tr>
</table>
</table>



Revision as of 23:18, 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.

See also LastUpdateTimeMilliseconds.

Examples

See "Example".

See also