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

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

.. currentmodule:: astropy.time

.. autoclass:: TimeDeltaSec
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeDeltaSec.cache
      ~TimeDeltaSec.jd2_filled
      ~TimeDeltaSec.mask
      ~TimeDeltaSec.masked
      ~TimeDeltaSec.name
      ~TimeDeltaSec.scale
      ~TimeDeltaSec.unit
      ~TimeDeltaSec.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeDeltaSec.mask_if_needed
      ~TimeDeltaSec.set_jds
      ~TimeDeltaSec.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: jd2_filled
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: name
   .. autoattribute:: scale
   .. autoattribute:: unit
   .. autoattribute:: value

   .. rubric:: Methods Documentation

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