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

TimePlotDate
============

.. currentmodule:: astropy.time

.. autoclass:: TimePlotDate
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimePlotDate.cache
      ~TimePlotDate.epoch
      ~TimePlotDate.epoch_format
      ~TimePlotDate.epoch_scale
      ~TimePlotDate.epoch_val
      ~TimePlotDate.epoch_val2
      ~TimePlotDate.in_subfmt
      ~TimePlotDate.jd1
      ~TimePlotDate.jd2
      ~TimePlotDate.jd2_filled
      ~TimePlotDate.mask
      ~TimePlotDate.masked
      ~TimePlotDate.name
      ~TimePlotDate.out_subfmt
      ~TimePlotDate.scale
      ~TimePlotDate.subfmts
      ~TimePlotDate.unit
      ~TimePlotDate.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimePlotDate.mask_if_needed
      ~TimePlotDate.set_jds
      ~TimePlotDate.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: epoch
   .. autoattribute:: epoch_format
   .. autoattribute:: epoch_scale
   .. autoattribute:: epoch_val
   .. autoattribute:: epoch_val2
   .. 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
