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

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

.. currentmodule:: astropy.time

.. autoclass:: TimeDeltaSec
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeDeltaSec.cache
      ~TimeDeltaSec.in_subfmt
      ~TimeDeltaSec.jd1
      ~TimeDeltaSec.jd2
      ~TimeDeltaSec.jd2_filled
      ~TimeDeltaSec.mask
      ~TimeDeltaSec.masked
      ~TimeDeltaSec.name
      ~TimeDeltaSec.out_subfmt
      ~TimeDeltaSec.scale
      ~TimeDeltaSec.subfmts
      ~TimeDeltaSec.unit
      ~TimeDeltaSec.value

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: in_subfmt
   .. autoattribute:: jd1
   .. autoattribute:: jd2
   .. autoattribute:: jd2_filled
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: name
   .. autoattribute:: out_subfmt
   .. autoattribute:: scale
   .. autoattribute:: subfmts
   .. autoattribute:: unit
   .. autoattribute:: value

   .. rubric:: Methods Documentation

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