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

TimeISO
=======

.. currentmodule:: astropy.time

.. autoclass:: TimeISO
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeISO.cache
      ~TimeISO.fast_parser_pars
      ~TimeISO.in_subfmt
      ~TimeISO.jd1
      ~TimeISO.jd2
      ~TimeISO.jd2_filled
      ~TimeISO.lib_parse_time
      ~TimeISO.mask
      ~TimeISO.masked
      ~TimeISO.name
      ~TimeISO.out_subfmt
      ~TimeISO.scale
      ~TimeISO.subfmts
      ~TimeISO.time_struct_dtype
      ~TimeISO.value

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeISO.format_string
      ~TimeISO.get_jds_fast
      ~TimeISO.get_jds_python
      ~TimeISO.mask_if_needed
      ~TimeISO.parse_string
      ~TimeISO.set_jds
      ~TimeISO.str_kwargs
      ~TimeISO.to_value

   .. rubric:: Attributes Documentation

   .. autoattribute:: cache
   .. autoattribute:: fast_parser_pars
   .. autoattribute:: in_subfmt
   .. autoattribute:: jd1
   .. autoattribute:: jd2
   .. autoattribute:: jd2_filled
   .. autoattribute:: lib_parse_time
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: name
   .. autoattribute:: out_subfmt
   .. autoattribute:: scale
   .. autoattribute:: subfmts
   .. autoattribute:: time_struct_dtype
   .. autoattribute:: value

   .. rubric:: Methods Documentation

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