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

TimeEpochDateString
===================

.. currentmodule:: astropy.time

.. autoclass:: TimeEpochDateString
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeEpochDateString.cache
      ~TimeEpochDateString.in_subfmt
      ~TimeEpochDateString.jd1
      ~TimeEpochDateString.jd2
      ~TimeEpochDateString.jd2_filled
      ~TimeEpochDateString.lib_parse_time
      ~TimeEpochDateString.mask
      ~TimeEpochDateString.masked
      ~TimeEpochDateString.out_subfmt
      ~TimeEpochDateString.scale
      ~TimeEpochDateString.subfmts
      ~TimeEpochDateString.time_struct_dtype
      ~TimeEpochDateString.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeEpochDateString.format_string
      ~TimeEpochDateString.get_jds_fast
      ~TimeEpochDateString.get_jds_python
      ~TimeEpochDateString.mask_if_needed
      ~TimeEpochDateString.parse_string
      ~TimeEpochDateString.set_jds
      ~TimeEpochDateString.str_kwargs
      ~TimeEpochDateString.to_value

   .. rubric:: Attributes Documentation

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

   .. rubric:: Methods Documentation

   .. automethod:: format_string
   .. automethod:: get_jds_fast
   .. automethod:: get_jds_python
   .. automethod:: mask_if_needed
   .. automethod:: parse_string
   .. automethod:: set_jds
   .. automethod:: str_kwargs
   .. automethod:: to_value
