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

TimeISOT
========

.. currentmodule:: astropy.time

.. autoclass:: TimeISOT
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeISOT.cache
      ~TimeISOT.jd2_filled
      ~TimeISOT.mask
      ~TimeISOT.masked
      ~TimeISOT.name
      ~TimeISOT.scale
      ~TimeISOT.subfmts
      ~TimeISOT.value

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: jd2_filled
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: name
   .. autoattribute:: scale
   .. autoattribute:: subfmts
   .. autoattribute:: value

   .. rubric:: Methods Documentation

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