Property | Type | Description | |
---|---|---|---|
CompareTo | int | ||
FloorDivide | timedelta | ||
ReverseFloorDivide | timedelta | ||
timedelta | System | ||
timedelta | System |
Method | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
ToString ( ) : string | ||
__abs__ ( ) : timedelta | ||
__getnewargs__ ( int days, int seconds, int microseconds ) : object | ||
__neg__ ( ) : timedelta | ||
__new__ ( CodeContext context, IronPython.Runtime.Types.PythonType cls, [ days, [ seconds, [ microseconds, [ milliseconds, [ minutes, [ hours, [ weeks ) : timedelta | ||
__nonzero__ ( ) : bool | ||
__pos__ ( ) : timedelta | ||
__reduce__ ( ) : PythonTuple | ||
__repr__ ( CodeContext context ) : string | ||
operator ( ) : bool | ||
operator ( ) : timedelta | ||
timedelta ( double days, double seconds, double microseconds, double milliseconds, double minutes, double hours, double weeks ) : System |
Method | Description | |
---|---|---|
CompareTo ( object other ) : int | ||
FloorDivide ( int y ) : timedelta | ||
ReverseFloorDivide ( int y ) : timedelta | ||
timedelta ( System.TimeSpan ts, double microsecond ) : System | ||
timedelta ( double days, double seconds, double microsecond ) : System |
public static __getnewargs__ ( int days, int seconds, int microseconds ) : object | ||
days | int | |
seconds | int | |
microseconds | int | |
return | object |
public static __new__ ( CodeContext context, IronPython.Runtime.Types.PythonType cls, [ days, [ seconds, [ microseconds, [ milliseconds, [ minutes, [ hours, [ weeks ) : timedelta | ||
context | CodeContext | |
cls | IronPython.Runtime.Types.PythonType | |
days | [ | |
seconds | [ | |
microseconds | [ | |
milliseconds | [ | |
minutes | [ | |
hours | [ | |
weeks | [ | |
return | timedelta |
public __repr__ ( CodeContext context ) : string | ||
context | CodeContext | |
return | string |
public timedelta ( double days, double seconds, double microseconds, double milliseconds, double minutes, double hours, double weeks ) : System | ||
days | double | |
seconds | double | |
microseconds | double | |
milliseconds | double | |
minutes | double | |
hours | double | |
weeks | double | |
return | System |