Home | Trees | Index | Help |
|
---|
Package wx :: Class DateSpan |
|
object
--+
|
DateSpan
Proxy of C++ DateSpan class
Method Summary | |
---|---|
DateSpan | __init__(self,
years,
months,
weeks,
days)
|
DateSpan | __add__(self,
other)
|
__del__(self)
| |
bool | __eq__(self,
other)
|
DateSpan | __iadd__(self,
other)
|
DateSpan | __imul__(self,
factor)
|
DateSpan | __isub__(self,
other)
|
DateSpan | __mul__(self,
n)
|
bool | __ne__(self,
other)
|
DateSpan | __neg__(self)
|
__repr__(self)
| |
DateSpan | __rmul__(self,
n)
|
DateSpan | __sub__(self,
other)
|
DateSpan | Add(self,
other)
|
DateSpan | Day()
(Static method) |
DateSpan | Days(days)
(Static method) |
int | GetDays(self)
|
int | GetMonths(self)
|
int | GetTotalDays(self)
|
int | GetWeeks(self)
|
int | GetYears(self)
|
DateSpan | Month()
(Static method) |
DateSpan | Months(mon)
(Static method) |
DateSpan | Multiply(self,
factor)
|
DateSpan | Neg(self)
|
DateSpan | SetDays(self,
n)
|
DateSpan | SetMonths(self,
n)
|
DateSpan | SetWeeks(self,
n)
|
DateSpan | SetYears(self,
n)
|
DateSpan | Subtract(self,
other)
|
DateSpan | Week()
(Static method) |
DateSpan | Weeks(weeks)
(Static method) |
DateSpan | Year()
(Static method) |
DateSpan | Years(years)
(Static method) |
Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:52:06 2007 | http://epydoc.sf.net |