EssentialsTime.CompareTo method

Version 1.1.28
.NET Framework 4.8
Namespace Skybrud.Essentials.Time
Assembly Skybrud.Essentials.dll

CompareTo(DateTimeOffset)

Virtual

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

The value to compare to the current instance.

Returns

int

A signed number indicating the relative values of this instance and the value parameter.

CompareTo(EssentialsTime)

Virtual

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

The value to compare to the current instance.

Returns

int

A signed number indicating the relative values of this instance and the value parameter.

CompareTo(object)

Virtual

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

int

A signed number indicating the relative values of this instance and the value parameter.