
sql.minutes( arg as xs.genericDateTimeArg? ) 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 genericDateTime whose minutes component will be returned. |
sql.minutes(xs.time("13:00:00Z"))
=> 0
sql.minutes("13:00:00Z")
=> 0