StringToMilliseconds (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>CentSpan</th> | <tr><th>CentSpan</th> | ||
<td>See [[CENTSPAN_parameter]]. In <var class="product">Sirius Mods</var> 7.9 and later this is a NameAllowed parameter. | <tr><th><var>CentSpan</var></th> | ||
<td>See [[CENTSPAN_parameter]]. In <var class="product">Sirius Mods</var> 7.9 and later this is a <var>[[Notation conventions for methods#Named parameters|NameAllowed]]</var> parameter. For versions prior to 7.9, it is a positional parameter. | |||
</td/tr> | |||
</table> | </table> | ||
Revision as of 15:51, 23 May 2011
Convert string date/time to milliseconds since 1900 (String class)
[Introduced in Sirius Mods 7.8]
StringToMilliseconds is an intrinsic function to convert a date/time string to milliseconds since 1900.
Syntax
%milliseconds = string:StringToMilliseconds( format, [[CentSpan=] number]) Throws InvalidDateString
Syntax terms
%milliseconds | 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 | |
CentSpan | See CENTSPAN_parameter. In Sirius Mods 7.9 and later this is a NameAllowed parameter. For versions prior to 7.9, it is a positional parameter. |
Usage notes
Examples
See also
StringToSeconds_(String_function)
StringToDays_(String_function)