SecondsToString (Float function): Difference between revisions

From m204wiki
Jump to navigation Jump to search
(Created page with "{{Template:Float:SecondsToString subtitle}} The <var>SecondsToString</var> intrinsic function operates on a <var>Float</var> value representing seconds sin...")
 
mNo edit summary
Line 9: Line 9:
<tr><th>%string</th><td>A variable to receive the formatted [[Datetime_string_formats|date/time string]] result of the <var>SecondsToString</var> method.</td></tr>
<tr><th>%string</th><td>A variable to receive the formatted [[Datetime_string_formats|date/time string]] result of the <var>SecondsToString</var> method.</td></tr>
<tr><th>float</th><td>A <var>Float</var> value representing seconds since 1900.</td></tr>
<tr><th>float</th><td>A <var>Float</var> value representing seconds since 1900.</td></tr>
<tr><th>format</th><td>A valid date/time string format</td></tr>
<tr><th>format</th><td>A valid [[Datetime_string_formats|date/time string]].</td></tr>
</table>
</table>



Revision as of 22:36, 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

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

Usage notes

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

Examples

See also