.. _seconds-from-dateTime: ===================== seconds-from-dateTime ===================== The seconds portion of a date/time Description ~~~~~~~~~~~ The fn:seconds-from-dateTime function returns the seconds portion of an xs:dateTime value, as a decimal number. .. list-table:: :widths: 40 60 :header-rows: 1 * - **Parameters** - **Description** * - arg:dateTime() - Examples ~~~~~~~~ .. list-table:: :widths: 50 50 :header-rows: 1 * - **XPath** - **Results** * - seconds-from-dateTime(xs:dateTime('2006-08-15T10:30:23.5')) - 23.5 See Also ~~~~~~~~ .. toctree:: :titlesonly: :glob: * :ref:`seconds-from-time`.