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)

Generated by Epydoc 2.1.20040428.rpd on Tue Apr 26 14:24:13 2005 http://epydoc.sf.net