Description
The fn:minutes-from-time function returns the minutes portion of an xs:time value, as an integer between 0 and 59 inclusive.
This description is © Copyright 2007, Priscilla Walmsley. It is excerpted from the book XQuery by Priscilla Walmsley, O'Reilly, 2007. For a complete explanation of this function, please refer to Appendix A of the book. Arguments and Return TypeName | Type |
$arg |
xs:time? |
return value |
xs:integer? |
ExamplesXPath Example | Results |
---|
minutes-from-time(xs:time('10:30:23')) |
30 |
See AlsoHistory |
Recommended Reading:
|