Trees | Index | Help |
|
---|
Package zope ::
Package interface ::
Package common ::
Module idatetime ::
Class ITime
|
|
Interface
--+ |ITimeClass
--+ | ITime
Represent time with time zone.
Operators:
__repr__, __str__ __cmp__, __hash__Class Variable Summary | |
---|---|
method-wrapper |
__str__ = <method-wrapper object at 0xb488a6ac>
|
str |
dst = "Return 0 if DST is not in effect, or the DST offs...
|
str |
hour = 'Hour in range(24)'
|
str |
isoformat = 'Return a string representing the time in IS...
|
str |
max = 'The latest representable time'
|
str |
microsecond = 'Microsecond in range(1000000)'
|
str |
min = 'The earliest representable time'
|
str |
minute = 'Minute in range(60)'
|
str |
replace = 'Return a time with the same value.\n\n ...
|
str |
resolution = 'The smallest possible difference between n...
|
str |
second = 'Second in range(60)'
|
str |
strftime = 'Return a string representing the time.\n\n ...
|
str |
tzinfo = 'The object passed as the tzinfo argument to th...
|
str |
tzname = "Return the timezone name.\n\n If tzinfo...
|
str |
utcoffset = "Return the timezone offset in minutes east ...
|
Class Variable Details |
---|
__str__
|
hour
|
isoformat
|
max
|
microsecond
|
min
|
minute
|
replace
|
resolution
|
second
|
strftime
|
tzinfo
|
tzname
|
utcoffset
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Fri Jun 24 12:01:22 2005 | http://epydoc.sf.net |