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

TimeISO
=======

.. currentmodule:: astropy.time

.. autoclass:: TimeISO
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

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

   .. rubric:: Methods Summary

   .. autosummary::

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