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

TimeDelta
=========

.. currentmodule:: astropy.time

.. autoclass:: TimeDelta
   :show-inheritance:

   .. rubric:: Attributes Summary

   .. autosummary::

      ~TimeDelta.FORMATS
      ~TimeDelta.SCALES
      ~TimeDelta.T
      ~TimeDelta.cache
      ~TimeDelta.format
      ~TimeDelta.in_subfmt
      ~TimeDelta.info
      ~TimeDelta.isscalar
      ~TimeDelta.jd1
      ~TimeDelta.jd2
      ~TimeDelta.mask
      ~TimeDelta.masked
      ~TimeDelta.ndim
      ~TimeDelta.out_subfmt
      ~TimeDelta.precision
      ~TimeDelta.scale
      ~TimeDelta.shape
      ~TimeDelta.size
      ~TimeDelta.value
      ~TimeDelta.writeable

   .. rubric:: Methods Summary

   .. autosummary::

      ~TimeDelta.argmax
      ~TimeDelta.argmin
      ~TimeDelta.argsort
      ~TimeDelta.copy
      ~TimeDelta.diagonal
      ~TimeDelta.flatten
      ~TimeDelta.insert
      ~TimeDelta.isclose
      ~TimeDelta.max
      ~TimeDelta.min
      ~TimeDelta.ptp
      ~TimeDelta.ravel
      ~TimeDelta.replicate
      ~TimeDelta.reshape
      ~TimeDelta.sort
      ~TimeDelta.squeeze
      ~TimeDelta.swapaxes
      ~TimeDelta.take
      ~TimeDelta.to
      ~TimeDelta.to_datetime
      ~TimeDelta.to_value
      ~TimeDelta.transpose

   .. rubric:: Attributes Documentation

   .. autoattribute:: FORMATS
   .. autoattribute:: SCALES
   .. autoattribute:: T
   .. autoattribute:: cache
   .. autoattribute:: format
   .. autoattribute:: in_subfmt
   .. autoattribute:: info
   .. autoattribute:: isscalar
   .. autoattribute:: jd1
   .. autoattribute:: jd2
   .. autoattribute:: mask
   .. autoattribute:: masked
   .. autoattribute:: ndim
   .. autoattribute:: out_subfmt
   .. autoattribute:: precision
   .. autoattribute:: scale
   .. autoattribute:: shape
   .. autoattribute:: size
   .. autoattribute:: value
   .. autoattribute:: writeable

   .. rubric:: Methods Documentation

   .. automethod:: argmax
   .. automethod:: argmin
   .. automethod:: argsort
   .. automethod:: copy
   .. automethod:: diagonal
   .. automethod:: flatten
   .. automethod:: insert
   .. automethod:: isclose
   .. automethod:: max
   .. automethod:: min
   .. automethod:: ptp
   .. automethod:: ravel
   .. automethod:: replicate
   .. automethod:: reshape
   .. automethod:: sort
   .. automethod:: squeeze
   .. automethod:: swapaxes
   .. automethod:: take
   .. automethod:: to
   .. automethod:: to_datetime
   .. automethod:: to_value
   .. automethod:: transpose
