Home | Trees | Indices | Help |
|
---|
|
object --+ | timedelta
Difference between two datetime values.
Instance Methods | |||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
a new object with type S, a subtype of T |
|
||
|
|||
|
|||
|
|||
|
|||
(cls, state) |
|
||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
Class Variables | |
max = datetime.timedelta(999999999, 86399, 999999)
|
|
min = datetime.timedelta(-999999999)
|
|
resolution = datetime.timedelta(0, 0, 1)
|
Properties | |
days Number of days. |
|
microseconds Number of microseconds (>= 0 and less than 1 second). |
|
seconds Number of seconds (>= 0 and less than 1 day). |
|
Inherited from |
Method Details |
x.__getattribute__('name') <==> x.name
|
hash(x)
|
|
helper for pickle
|
repr(x)
|
str(x)
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sun Dec 27 17:18:41 2009 | http://epydoc.sourceforge.net |