Trees | Indices | Help |
|
---|
|
object --+ | datetime.timedelta --+ | Timedelta
Extension of :class:`datetime.timedelta`. Provides attributes ddays, dhours, dminutes, dseconds to measure the delta in normal time units. ashours gives the total time in fractional hours.
|
|||
|
|||
Inherited from Inherited from |
|
|||
Inherited from |
|
|||
dhours Hours component of the timedelta. |
|||
dminutes Minutes component of the timedelta. |
|||
dseconds Seconds component of the timedelta. |
|||
ashours Timedelta in (fractional) hours. |
|||
Inherited from Inherited from |
|
Primitive string formatter.
|
|
dhoursHours component of the timedelta.
|
dminutesMinutes component of the timedelta.
|
dsecondsSeconds component of the timedelta.
|
ashoursTimedelta in (fractional) hours.
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Sat Jun 12 15:59:39 2010 | http://epydoc.sourceforge.net |