SecondsToString (Float function): Difference between revisions
Jump to navigation
Jump to search
m (→See also) |
m (→See also) |
||
Line 17: | Line 17: | ||
==See also== | ==See also== | ||
<ul> | <ul> | ||
<li>Related intrinsic methods: | <li>Related intrinsic methods (provide conversion from one form of date representation to another): | ||
<ul> | <ul> | ||
<li><var>[[DaysToString (Float_function)|DaysToString]]</var> | <li><var>[[DaysToString (Float_function)|DaysToString]]</var> |
Revision as of 17:35, 12 July 2012
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. |
Examples
See the StringToSeconds example.
See also
- Related intrinsic methods (provide conversion from one form of date representation to another):
- Related System methods: