LastUpdateTimeMilliseconds (ProcedureInfo function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
mNo edit summary
Line 1: Line 1:
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds subtitle}}
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds subtitle}}


This page is [[under construction]]
 
==Syntax==
==Syntax==
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds syntax}}
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds syntax}}
Line 20: Line 20:


==Examples==
==Examples==
See [[ProcedureInfo class#Example|"Example"]].
==See also==
==See also==
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds footer}}
{{Template:ProcedureInfo:LastUpdateTimeMilliseconds footer}}

Revision as of 23:26, 21 June 2012

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

  • For additional display formats of the date value, see LastUpdateTime.

Examples

See "Example".

See also