.. include:: ../time/references.txt

TimeDeltaSec
============

.. currentmodule:: astropy.time

.. autoclass:: TimeDeltaSec
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeDeltaSec.name
      ~TimeDeltaSec.scale
      ~TimeDeltaSec.unit
      ~TimeDeltaSec.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeDeltaSec.set_jds
      ~TimeDeltaSec.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: name
   .. autoattribute:: scale
   .. autoattribute:: unit
   .. autoattribute:: value

   .. rubric:: Methods Documentation

   .. automethod:: set_jds
   .. automethod:: to_value
