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

TimeISOT
========

.. currentmodule:: astropy.time

.. autoclass:: TimeISOT
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeISOT.name
      ~TimeISOT.scale
      ~TimeISOT.subfmts
      ~TimeISOT.value

   .. rubric:: Methods Summary

   .. autosummary::

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

   .. rubric:: Attributes Documentation

   .. autoattribute:: name
   .. autoattribute:: scale
   .. autoattribute:: subfmts
   .. autoattribute:: value

   .. rubric:: Methods Documentation

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