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

TimeInfo
========

.. currentmodule:: astropy.time

.. autoclass:: TimeInfo
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeInfo.attr_names
      ~TimeInfo.attrs_from_parent
      ~TimeInfo.description
      ~TimeInfo.dtype
      ~TimeInfo.format
      ~TimeInfo.indices
      ~TimeInfo.mask_val
      ~TimeInfo.meta
      ~TimeInfo.name
      ~TimeInfo.parent_table
      ~TimeInfo.serialize_method
      ~TimeInfo.unit

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeInfo.__call__
      ~TimeInfo.adjust_indices
      ~TimeInfo.get_sortable_arrays
      ~TimeInfo.info_summary_attributes
      ~TimeInfo.info_summary_stats
      ~TimeInfo.iter_str_vals
      ~TimeInfo.merge_cols_attributes
      ~TimeInfo.new_like
      ~TimeInfo.slice_indices

   .. rubric:: Attributes Documentation

   .. autoattribute:: attr_names
   .. autoattribute:: attrs_from_parent
   .. autoattribute:: description
   .. autoattribute:: dtype
   .. autoattribute:: format
   .. autoattribute:: indices
   .. autoattribute:: mask_val
   .. autoattribute:: meta
   .. autoattribute:: name
   .. autoattribute:: parent_table
   .. autoattribute:: serialize_method
   .. autoattribute:: unit

   .. rubric:: Methods Documentation

   .. automethod:: __call__
   .. automethod:: adjust_indices
   .. automethod:: get_sortable_arrays
   .. automethod:: info_summary_attributes
   .. automethod:: info_summary_stats
   .. automethod:: iter_str_vals
   .. automethod:: merge_cols_attributes
   .. automethod:: new_like
   .. automethod:: slice_indices
