Interface
zope.interface.common.idatetime.ITimeDelta

Represent the difference between two datetime objects.

Supported operators:

In addition, datetime supports subtraction of two datetime objects returning a timedelta, and addition or subtraction of a datetime and a timedelta giving a datetime.

Representation: (days, seconds, microseconds).

Base interfaces

Attributes/Fields

* = required

Methods

There are no methods specified.

Adapters

Adapters where this interface is required:

Specific Adapters

There are no specific adapters registered for this interface.

Extended Adapters

There are no extended adapters registered for this interface.

Generic Adapters

Views

Browser

Specific views

There are no views available.

Extended views

Generic views

XML-RPC

HTTP

FTP

Other

Other Information

Classes

A list of classes that implement this interface. This might duplicate the entries in Utilities.