LastUpdateTime (ProcedureInfo function)

From m204wiki
Revision as of 19:20, 20 June 2017 by JAL (talk | contribs) (→‎Syntax terms: extra digits are set to 0)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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 YYYYMMDDHHMISSXX. An invalid format causes a request cancellation, but if you ask for more digits than are available (XXX instead of XX, for example), the extra digit(s) are set to 0.

See also LastUpdateTimeMilliseconds.

Examples

See the ProcedureInfo class "Example".

See also