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

Type TimeSpan

object --+
         |
        TimeSpan


Proxy of C++ TimeSpan class


Method Summary
TimeSpan __init__(self, hours, minutes, seconds, milliseconds)
TimeSpan __add__(self, other)
  __del__(self)
bool __eq__(self, other)
bool __ge__(self, other)
bool __gt__(self, other)
TimeSpan __iadd__(self, diff)
TimeSpan __imul__(self, n)
TimeSpan __isub__(self, diff)
bool __le__(self, other)
bool __lt__(self, other)
TimeSpan __mul__(self, n)
bool __ne__(self, other)
TimeSpan __neg__(self)
  __repr__(self)
TimeSpan __rmul__(self, n)
  __str__(self)
TimeSpan __sub__(self, other)
TimeSpan Abs(self)
TimeSpan Add(self, diff)
TimeSpan Day()
(Static method)
TimeSpan Days(days)
(Static method)
String Format(self, format)
int GetDays(self)
int GetHours(self)
wxLongLong GetMilliseconds(self)
int GetMinutes(self)
wxLongLong GetSeconds(self)
int GetWeeks(self)
TimeSpan Hour()
(Static method)
TimeSpan Hours(hours)
(Static method)
bool IsEqualTo(self, ts)
bool IsLongerThan(self, ts)
bool IsNegative(self)
bool IsNull(self)
bool IsPositive(self)
bool IsShorterThan(self, t)
TimeSpan Minute()
(Static method)
TimeSpan Minutes(min)
(Static method)
TimeSpan Multiply(self, n)
TimeSpan Neg(self)
TimeSpan Second()
(Static method)
TimeSpan Seconds(sec)
(Static method)
TimeSpan Subtract(self, diff)
TimeSpan Week()
(Static method)
TimeSpan Weeks(days)
(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

Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:00:08 2007 http://epydoc.sf.net