fn.minutesFromTime( arg as (Number|String)? ) as Number?
Returns an xs:integer value between 0 to 59, both inclusive, representing the value of the minutes component in the localized value of $arg.
If $arg is the empty sequence, returns the empty sequence.
Parameters | |
---|---|
arg | The time whose minutes component will be returned. |
fn.minutesFromTime(xs.time("13:00:00Z")) => 0