fn:days-from-duration( $arg as xs:duration? ) as xs:integer?
Returns an xs:integer representing the days component in the canonical lexical representation of the value of $arg. The result may be negative.
If $arg is the empty sequence, returns the empty sequence.
Parameters | |
---|---|
arg | The duration whose day component will be returned. |
fn:days-from-duration(xs:duration("P3DT10H")) => 3
fn:days-from-duration(xs:duration("P3DT55H")) => 5