fn:seconds-from-dayTimeDuration

fn:seconds-from-dayTimeDuration( dayTimeDuration? $srcval) → decimal?

Function signature

$srcval

xdt:dayTimeDuration ?

Result

xs:integer ?

Extracts the seconds component of a dayTimeDuration value

XPath 2.0 Specification

Implemented. Return type should be decimal, not integer.

Note: The old name get-seconds-from-dayTimeDuration is retained as a synonym


Expand

Up  Next