MillisecondsToString (Float 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.

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

%string A variable to receive the formatted date/time string result of the MillisecondsToString method.
float A Float value representing milliseconds since 1900. It must be in the range -4638816000000 to 255611289599999.
format A valid date/time string format.

Examples

See the StringToMilliseconds example.

See also