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

TimeFormat
==========

.. currentmodule:: astropy.time

.. autoclass:: TimeFormat
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

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

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeFormat.mask_if_needed
      ~TimeFormat.set_jds
      ~TimeFormat.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
