Package zope :: Package interface :: Package common :: Module idatetime
[show private | hide private]
[frames | no frames]

Module zope.interface.common.idatetime

Datetime interfaces.

This module is called idatetime because if it were called datetime the import of the real datetime would fail.

$Id: idatetime.py,v 1.2 2005/06/24 16:52:45 nyergler Exp $
Classes
IDate Represents a date (year, month and day) in an idealized calendar.
IDateClass This is the date class interface.
IDateTime Object contains all the information from a date object and a time object.
IDateTimeClass This is the datetime class interface.
ITime Represent time with time zone.
ITimeClass This is the time class interface.
ITimeDelta Represent the difference between two datetime objects.
ITimeDeltaClass This is the timedelta class interface.
ITZInfo Time zone info class.

Generated by Epydoc 2.1 on Fri Jun 24 12:01:25 2005 http://epydoc.sf.net