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

TimeDeltaFormat
===============

.. currentmodule:: astropy.time

.. autoclass:: TimeDeltaFormat
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeDeltaFormat.cache
      ~TimeDeltaFormat.jd2_filled
      ~TimeDeltaFormat.mask
      ~TimeDeltaFormat.masked
      ~TimeDeltaFormat.scale
      ~TimeDeltaFormat.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeDeltaFormat.mask_if_needed
      ~TimeDeltaFormat.set_jds
      ~TimeDeltaFormat.to_value

   .. rubric:: Attributes Documentation

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

   .. rubric:: Methods Documentation

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