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