StringToSeconds (String function): Difference between revisions
Jump to navigation
Jump to search
Created page with "{{Template:String:StringToSeconds subtitle}} <var>StringToSeconds</var> is an <var>intrinsic</var> function to convert a [[Datetime_string_formats|date/tim..." |
(No difference)
|
Revision as of 20:00, 29 March 2011
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 CENTSPAN_parameter. |
Usage notes
Examples
See also
StringToMilliseconds_(String_function)
StringToDays_(String_function)