LastUpdateTimeMilliseconds (ProcedureInfo function)

From m204wiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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