PyDateTime Object
A Python object, representing an instant in time.
Comments
pywin32 builds for Python 3.0 use datetime objects instead of the old PyTime object.PyDateTime is a sub-class of the regular datetime.datetime object. It is subclassed so it can provide a somewhat backwards compatible PyDateTime::Format method, but is otherwise identical.
Methods
- Format
- Formats the time value - an alias for strftime with a default param.