Home | Trees | Index | Help |
|
---|
Package wx :: Class 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 | |
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 |
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:00:08 2007 | http://epydoc.sf.net |