Package wx :: Class DateSpan
[frames | no frames]

Type 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
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
Return hash(x)...
  __new__(T, S, ...)
Return a new object with type S, a subtype of T...
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
Return str(x)...

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 16:52:06 2007 http://epydoc.sf.net