Property | Type | Description | |
---|---|---|---|
Add | time, | ||
CheckTzInfoBeforeCompare | bool | ||
CompareTo | int | ||
time | System |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
__nonzero__ ( ) : bool | ||
__repr__ ( CodeContext context ) : string | ||
dst ( ) : object | ||
isoformat ( ) : object | ||
operator ( ) : bool | ||
replace ( ) : object | ||
replace ( object>.[ | ||
strftime ( CodeContext context, string format ) : object | ||
time ( [ hour, [ minute, [ second, [ microsecond, [ tzinfo ) : System | ||
tzname ( ) : object | ||
utcoffset ( ) : timedelta, |
Method | Description | |
---|---|---|
Add ( time, date, timedelta, delta ) : time, | ||
CheckTzInfoBeforeCompare ( time, self, time, other ) : bool | ||
CompareTo ( object other ) : int |
Helper function for doing the comparisons. time has no __cmp__ method
|
|
time ( TimeSpan timeSpan, int lostMicroseconds, tzinfo, tzinfo ) : System |
public __repr__ ( CodeContext context ) : string | ||
context | CodeContext | |
return | string |
public strftime ( CodeContext context, string format ) : object | ||
context | CodeContext | |
format | string | |
return | object |
public time ( [ hour, [ minute, [ second, [ microsecond, [ tzinfo ) : System | ||
hour | [ | |
minute | [ | |
second | [ | |
microsecond | [ | |
tzinfo | [ | |
return | System |