Loading TOC...

fn:minutes-from-time

fn:minutes-from-time(
   $arg as xs:time?
) as xs:integer?

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 time whose minutes component will be returned.

Example

fn:minutes-from-time(xs:time("13:00:00Z"))
=> 0 

Stack Overflow iconStack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.