StringToSeconds (String function): Difference between revisions
Jump to navigation
Jump to search
m (→Syntax terms) |
m (→Syntax terms) |
||
Line 14: | Line 14: | ||
<td>The format of the date/time string.</td></tr> | <td>The format of the date/time string.</td></tr> | ||
<tr><th><var>CentSpan</var></th> | <tr><th><var>CentSpan</var></th> | ||
<td>See [[ | <td>See the <var>[[CENTSPAN parameter|CENTSPAN]]</var> parameter. In <var class="product">Sirius Mods</var> 7.9 and later, this is a [[Notation conventions for methods#Named parameters|name allowed]] parameter. For versions prior to 7.9, it is a positional parameter.</td/tr> | ||
</table> | </table> | ||
Revision as of 00:49, 3 April 2012
Convert string date/time to seconds since 1900 (String class)
[Introduced in Sirius Mods 7.8]
StringToSeconds is an intrinsic function to convert a date/time string to seconds since 1900.
Syntax
%seconds = string:StringToSeconds( format, [[CentSpan=] number]) Throws InvalidDateString
Syntax terms
%seconds | The float variable to receive the computed time since 1900. |
---|---|
string | The input date/time string. |
format | The format of the date/time string. |
CentSpan | See the CENTSPAN parameter. In Sirius Mods 7.9 and later, this is a name allowed parameter. For versions prior to 7.9, it is a positional parameter. |