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)
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)
bool IsEqualTo(self, ts)
bool IsLongerThan(self, ts)
bool IsNegative(self)
bool IsNull(self)
bool IsPositive(self)
bool IsShorterThan(self, t)
TimeSpan Millisecond()
(Static method)
TimeSpan Minute()
(Static method)
TimeSpan Multiply(self, n)
TimeSpan Neg(self)
TimeSpan Second()
(Static method)
TimeSpan Subtract(self, diff)
TimeSpan Week()
(Static method)

Property Summary
  Days: See GetDays
  Hours: See GetHours
  Milliseconds: See GetMilliseconds
  Minutes: See GetMinutes
  Seconds: See GetSeconds
  thisown: The membership flag
  Weeks: See GetWeeks

Property Details

Days

See GetDays

Get Method:
GetDays(self)

Hours

See GetHours

Get Method:
GetHours(self)

Milliseconds

See GetMilliseconds

Get Method:
GetMilliseconds(self)

Minutes

See GetMinutes

Get Method:
GetMinutes(self)

Seconds

See GetSeconds

Get Method:
GetSeconds(self)

thisown

The membership flag

Weeks

See GetWeeks

Get Method:
GetWeeks(self)

Generated by Epydoc 2.1.20050511.rpd on Thu Mar 22 12:10:40 2007 http://epydoc.sf.net