MillisecondsToString (Float function)

From m204wiki
Revision as of 22:38, 29 March 2011 by John (talk | contribs) (Created page with "{{Template:Float:MillisecondsToString subtitle}} The <var>MillisecondsToString</var> intrinsic function operates on a <var>Float</var> value representing m...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Convert milliseconds since 1900 to string date/time (Float class)

[Introduced in Sirius Mods 7.8]


The MillisecondsToString intrinsic function operates on a Float value representing milliseconds since 1900 and returns a formatted string representing that date/time.

Syntax

%string = float:MillisecondsToString( format)

Syntax terms

%stringA variable to receive the formatted date/time string result of the MillisecondsToString method.
floatA Float value representing milliseconds since 1900.
formatA valid date/time string format.

Usage notes

  • The MillisecondsToString function is available as of Sirius Mods Version 7.8

Examples

See also

SecondsToString_(Float_function) DaysToString_(Float_function)