LastUpdateTimeMilliseconds (ProcedureInfo function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→Usage notes) |
||
Line 16: | Line 16: | ||
==Usage notes== | ==Usage notes== | ||
<ul> | <ul> | ||
<li>For additional display formats of the date value, see <var>[[LastUpdateTime (ProcedureInfo function)|LastUpdateTime]]</var>. | <li>The returned time value is displayed in milliseconds since Jan 1, 1900 00:00:00. For additional display formats of the date value, see <var>[[LastUpdateTime (ProcedureInfo function)|LastUpdateTime]]</var>. | ||
</ul> | </ul> | ||
Revision as of 23:28, 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
- 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 "Example".