Parses a value into a Time object.
The input to parse.
A Time object corresponding to the input. If unable to parse successfully, will return an invalid Time.
Parses a value into a Time object.
See ParseOptions.format.
The input to parse.
A Time object corresponding to the input. If unable to parse successfully, will return an invalid Time.
Parses a value into a Time object.
The options to use for parsing.
The input to parse.
A Time object corresponding to the input. If unable to parse successfully, will return an invalid Time.
Parses a value into a Time object.
Param: args
The inputs to parse.
Returns
A Time object corresponding to the input. If unable to parse successfully, will return an invalid Time.