Home | Trees | Indices | Help |
---|
|
An XML time object. Supported formats:
|
|||
|
|||
int |
|
||
int |
|
||
int |
|
||
int |
|
||
|
|||
datetime.time |
|
||
tuple. |
|
||
str |
|
||
|
|||
|
|
|||
datetime.time |
date The object value. |
||
Timezone |
tz The timezone |
|
|
Get the hour component.
|
Get the minute component.
|
Get the seconds component.
|
Get the microsecond component.
|
Parse the string date. Patterns:
|
Parse the seconds and microseconds. The microseconds are truncated to 999999 due to a restriction in the python datetime.datetime object.
|
Parse the TZ offset.
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Mon Mar 21 14:39:09 2011 | http://epydoc.sourceforge.net |