Navigation
Home
|
Gallery
|
API Docs
»
wx.lib
»
wx.lib.CDate
»
wx.lib.CDate.Date
index
modules
|
next
|
previous
|
Table Of Contents
wx.lib.CDate.Date
Class Hierarchy
Methods Summary
Class API
Search
Show page source
wx.lib.CDate.Date
¶
A date class
Class Hierarchy
¶
Inheritance diagram for class
Date
:
Methods Summary
¶
__init__
Default class constructor.
Class API
¶
class
Date
(
object
)
¶
A date class
Methods
¶
__init__
(
self
,
year
,
month
,
day
)
¶
Default class constructor.
Parameters:
year
– the year as an int or string
month
– the month as an int or string
day
– the day as an int or string