Home | Trees | Indices | Help |
|
---|
|
object --+ | time
time([hour[, minute[, second[, microsecond[, tzinfo]]]]]) --> a time object
All arguments are optional. tzinfo may be None, or an instance of a tzinfo subclass. The remaining arguments may be ints or longs.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
max = datetime.time(23, 59, 59, 999999)
|
|||
min = datetime.time(0, 0)
|
|||
resolution = datetime.timedelta(0, 0, 1)
|
|
|||
hour | |||
microsecond | |||
minute | |||
second | |||
tzinfo | |||
Inherited from |
|
|
|
|
|
|
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0beta1 on Thu Aug 4 00:46:59 2011 | http://epydoc.sourceforge.net |