EssentialsTime.CompareTo method
Namespace | Skybrud.Essentials.Time |
---|---|
Assembly | Skybrud.Essentials.dll |
CompareTo(DateTimeOffset)
Compares the value of this instance to a specified DateTimeOffset value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified DateTimeOffset value.
public virtual int CompareTo(DateTimeOffset value)
Parameters
value
DateTimeOffset
The value to compare to the current instance.
Returns
A signed number indicating the relative values of this instance and the value
parameter.
CompareTo(EssentialsTime)
Compares the value of this instance to a specified EssentialsTime value and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified EssentialsTime value.
public virtual int CompareTo(EssentialsTime value)
Parameters
value
EssentialsTime
The value to compare to the current instance.
Returns
A signed number indicating the relative values of this instance and the value
parameter.
CompareTo(object)
Compares the value of this instance to a specified object that contains a specified DateTimeOffset value, and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified DateTimeOffset value.
public virtual int CompareTo(object value)
Parameters
value
Object
The value to compare to the current instance.
Returns
A signed number indicating the relative values of this instance and the value
parameter.