minutes-from-time

The minute portion of a time

Description

The fn:minutes-from-time function returns the minutes portion of an xs:time value, as an integer between 0 and 59 inclusive.

Parameters

Description

arg:time()

Examples

XPath

Results

minutes-from-time(xs:time(‘10:30:23’))

30

See Also