C# Class IronPython.Modules.PythonDateTime.timedelta

Inheritance: ICodeFormattable
Afficher le fichier Open project: jschementi/iron

Private Properties

Свойство Type Description
CompareTo int
FloorDivide timedelta
ReverseFloorDivide timedelta
timedelta System
timedelta System

Méthodes publiques

Méthode 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

Private Methods

Méthode 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

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

ToString() public méthode

public ToString ( ) : string
Résultat string

__abs__() public méthode

public __abs__ ( ) : timedelta
Résultat timedelta

__getnewargs__() public static méthode

public static __getnewargs__ ( int days, int seconds, int microseconds ) : object
days int
seconds int
microseconds int
Résultat object

__neg__() public méthode

public __neg__ ( ) : timedelta
Résultat timedelta

__new__() public static méthode

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 [
Résultat timedelta

__nonzero__() public méthode

public __nonzero__ ( ) : bool
Résultat bool

__pos__() public méthode

public __pos__ ( ) : timedelta
Résultat timedelta

__reduce__() public méthode

public __reduce__ ( ) : PythonTuple
Résultat PythonTuple

__repr__() public méthode

public __repr__ ( CodeContext context ) : string
context CodeContext
Résultat string

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : timedelta
Résultat timedelta

timedelta() public méthode

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
Résultat System