LastUpdateTime (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Examples) |
||
Line 21: | Line 21: | ||
==Examples== | ==Examples== | ||
See [[ProcedureInfo class#Example|"Example"]]. | See the <var>ProcedureInfo</var> class [[ProcedureInfo class#Example|"Example"]]. | ||
==See also== | ==See also== | ||
{{Template:ProcedureInfo:LastUpdateTime footer}} | {{Template:ProcedureInfo:LastUpdateTime footer}} |
Revision as of 22:16, 22 July 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 the ProcedureInfo class "Example".