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

TimeJD
======

.. currentmodule:: astropy.time

.. autoclass:: TimeJD
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

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

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeJD.mask_if_needed
      ~TimeJD.set_jds
      ~TimeJD.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:: value

   .. rubric:: Methods Documentation

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