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

TimeISOT
========

.. currentmodule:: astropy.time

.. autoclass:: TimeISOT
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

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

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeISOT.format_string
      ~TimeISOT.get_jds_fast
      ~TimeISOT.get_jds_python
      ~TimeISOT.mask_if_needed
      ~TimeISOT.parse_string
      ~TimeISOT.set_jds
      ~TimeISOT.str_kwargs
      ~TimeISOT.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
