StringToMilliseconds (String function)
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 | See CENTSPAN_parameter. In Sirius Mods 7.9 and later this is a NameAllowed parameter. Before that it is a positional parameter. |
Usage notes
Examples
See also
StringToSeconds_(String_function)
StringToDays_(String_function)