obspy.clients.fdsn.mass\_downloader.download\_helpers.TimeInterval
==================================================================

.. currentmodule:: obspy.clients.fdsn.mass_downloader.download_helpers
.. autoclass:: TimeInterval
   :show-inheritance:



.. rubric:: Attributes

.. autosummary::
  :toctree: .
  :nosignatures:

  ~TimeInterval.start
  ~TimeInterval.end
  ~TimeInterval.filename
  ~TimeInterval.status






.. rubric:: Special Methods



.. automethod:: TimeInterval.__delattr__

.. automethod:: TimeInterval.__dir__

.. automethod:: TimeInterval.__eq__

.. automethod:: TimeInterval.__format__

.. automethod:: TimeInterval.__ge__

.. automethod:: TimeInterval.__getattribute__

.. automethod:: TimeInterval.__gt__

.. automethod:: TimeInterval.__init__

.. automethod:: TimeInterval.__init_subclass__

.. automethod:: TimeInterval.__le__

.. automethod:: TimeInterval.__lt__

.. automethod:: TimeInterval.__ne__

.. automethod:: TimeInterval.__new__

.. automethod:: TimeInterval.__reduce__

.. automethod:: TimeInterval.__reduce_ex__

.. automethod:: TimeInterval.__repr__

.. automethod:: TimeInterval.__setattr__

.. automethod:: TimeInterval.__sizeof__

.. automethod:: TimeInterval.__str__

.. automethod:: TimeInterval.__subclasshook__