.. _minutes-from-dateTime: ===================== minutes-from-dateTime ===================== The minute portion of a date/time Description ~~~~~~~~~~~ The fn:minutes-from-dateTime function returns the minutes portion of an xs:dateTime value, as an integer between 0 and 59 inclusive. .. list-table:: :widths: 40 60 :header-rows: 1 * - **Parameters** - **Description** * - arg:dateTime() - Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - minutes-from-dateTime(xs:dateTime('2006-08-15T10:30:23')) - 30 See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`minutes-from-time`.