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

TimeJulianEpochString
=====================

.. currentmodule:: astropy.time

.. autoclass:: TimeJulianEpochString
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeJulianEpochString.cache
      ~TimeJulianEpochString.epoch_prefix
      ~TimeJulianEpochString.epoch_to_jd
      ~TimeJulianEpochString.jd2_filled
      ~TimeJulianEpochString.jd_to_epoch
      ~TimeJulianEpochString.mask
      ~TimeJulianEpochString.masked
      ~TimeJulianEpochString.name
      ~TimeJulianEpochString.scale
      ~TimeJulianEpochString.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeJulianEpochString.format_string
      ~TimeJulianEpochString.mask_if_needed
      ~TimeJulianEpochString.parse_string
      ~TimeJulianEpochString.set_jds
      ~TimeJulianEpochString.str_kwargs
      ~TimeJulianEpochString.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: epoch_prefix
   .. autoattribute:: epoch_to_jd
   .. autoattribute:: jd2_filled
   .. autoattribute:: jd_to_epoch
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: name
   .. autoattribute:: scale
   .. autoattribute:: value

   .. rubric:: Methods Documentation

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