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

TimeEpochDate
=============

.. currentmodule:: astropy.time

.. autoclass:: TimeEpochDate
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeEpochDate.cache
      ~TimeEpochDate.in_subfmt
      ~TimeEpochDate.jd1
      ~TimeEpochDate.jd2
      ~TimeEpochDate.jd2_filled
      ~TimeEpochDate.mask
      ~TimeEpochDate.masked
      ~TimeEpochDate.out_subfmt
      ~TimeEpochDate.scale
      ~TimeEpochDate.subfmts
      ~TimeEpochDate.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeEpochDate.mask_if_needed
      ~TimeEpochDate.set_jds
      ~TimeEpochDate.to_value

   .. rubric:: Attributes Documentation

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

   .. rubric:: Methods Documentation

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