seconds-from-time
The seconds portion of a time
Description
The fn:seconds-from-time function returns the seconds portion of an xs:time value, as a decimal number.
Parameters |
Description |
---|---|
arg:time() |
Examples
XPath |
Results |
---|---|
seconds-from-time(xs:time(‘10:30:23.5’)) |
23.5 |