sql.minutes

sql.minutes(
   arg as xs.genericDateTimeArg?
) as Number?

Summary

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.

Example

sql.minutes(xs.time("13:00:00Z"))
=> 0

Example

sql.minutes("13:00:00Z")
=> 0
Powered by MarkLogic Server | Terms of Use | Privacy Policy