C# Class time.UnifiedTime, iron

Datei anzeigen Open project: jschementi/iron

Public Properties

Property Type Description
LostMicroseconds int
TimeSpan TimeSpan

Public Methods

Method Description
CompareTo ( UnifiedTime other ) : int
Equals ( object obj ) : bool
GetHashCode ( ) : int

Method Details

CompareTo() public method

public CompareTo ( UnifiedTime other ) : int
other UnifiedTime
return int

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Property Details

LostMicroseconds public_oe property

public int LostMicroseconds
return int

TimeSpan public_oe property

public TimeSpan TimeSpan
return TimeSpan