Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
Be the first to know! News, product information, and events delivered straight to your inbox.
fn.yearsFromDuration( $arg as xs.duration? ) as Number?
Returns an xs:integer representing the years 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 year component will be returned. |
fn.yearsFromDuration(xs.duration("P20Y15M")); => 21
fn.yearsFromDuration(xs.duration("-P15M")); => -1
Comments