SecondsToString (Float function): Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
m (→See also) |
||
Line 19: | Line 19: | ||
==See also== | ==See also== | ||
[[MillisecondsToString_(Float_function)]] | |||
[[DaysToString_(Float_function)]] | |||
{{Template:Float:SecondsToString footer}} | {{Template:Float:SecondsToString footer}} |
Revision as of 22:39, 29 March 2011
Convert seconds since 1900 to string date/time (Float class)
[Introduced in Sirius Mods 7.8]
The SecondsToString intrinsic function operates on a Float value representing seconds since 1900 and returns a formatted string representing that date/time.
Syntax
%string = float:SecondsToString( format)
Syntax terms
%string | A variable to receive the formatted date/time string result of the SecondsToString method. |
---|---|
float | A Float value representing seconds since 1900. |
format | A valid date/time string format. |
Usage notes
- The SecondsToString function is available as of Sirius Mods Version 7.8
Examples
See also
MillisecondsToString_(Float_function)