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

TimeInfo
========

.. currentmodule:: astropy.time

.. autoclass:: TimeInfo
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeInfo.attr_names
      ~TimeInfo.attrs_from_parent
      ~TimeInfo.mask_val
      ~TimeInfo.unit

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeInfo.__call__
      ~TimeInfo.adjust_indices
      ~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:: mask_val
   .. autoattribute:: unit

   .. rubric:: Methods Documentation

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