Description
The fn:minutes-from-dateTime function returns the minutes portion of an xs:dateTime 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 Type| Name | Type |
$arg |
xs:dateTime? |
| return value |
xs:integer? |
Examples| XPath Example | Results |
|---|
minutes-from-dateTime(
xs:dateTime('2006-08-15T10:30:23')) |
30 |
See AlsoHistory |
Recommended Reading: 
|