]>
git.saurik.com Git - wxWidgets.git/blob - wxPython/wxPython/lib/CDate.py
1 ## This file imports items from the wx package into the wxPython package for
2 ## backwards compatibility. Some names will also have a 'wx' added on if
3 ## that is how they used to be named in the old wxPython package.
7 __doc__
= wx
.lib
.CDate
.__doc
__
9 Date
= wx
.lib
.CDate
.Date
10 FillDate
= wx
.lib
.CDate
.FillDate
11 FormatDay
= wx
.lib
.CDate
.FormatDay
12 FromJulian
= wx
.lib
.CDate
.FromJulian
13 TodayDay
= wx
.lib
.CDate
.TodayDay
14 dayOfWeek
= wx
.lib
.CDate
.dayOfWeek
15 daysPerMonth
= wx
.lib
.CDate
.daysPerMonth
16 isleap
= wx
.lib
.CDate
.isleap
17 julianDay
= wx
.lib
.CDate
.julianDay
18 leapdays
= wx
.lib
.CDate
.leapdays
19 now
= wx
.lib
.CDate
.now