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

TimeISO
=======

.. currentmodule:: astropy.time

.. autoclass:: TimeISO
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeISO.name
      ~TimeISO.scale
      ~TimeISO.subfmts
      ~TimeISO.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeISO.format_string
      ~TimeISO.parse_string
      ~TimeISO.set_jds
      ~TimeISO.str_kwargs
      ~TimeISO.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
