parse-time
Converts a string into an xs:time value. This function uses the parse-dateTime function as a basis, while ignoring the date component.
Languages
Built-in, C++, C#, Java.
Parameters
Argument | Description |
---|---|
value | Mandatory argument. Supplies the string value to be converted. |
format | Mandatory argument. Supplies a format string. This argument is used in the same way as the format argument in the parse-dateTime function. |