| 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)
|