EssentialsDate.CompareTo method

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

CompareTo(EssentialsDate)

Virtual

Compares the value of this instance to a specified EssentialsDate value and returns an integer that indicates whether this instance is lower than, the same as, or greater than the specified EssentialsDate value.

public virtual int CompareTo(EssentialsDate 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(DateTime)

Compares the value of this instance to a specified DateTime value and returns an integer that indicates whether this instance is lower than, the same as, or greater than the specified DateTime value.

public int CompareTo(DateTime value)

Parameters

value DateTime

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(DateTimeOffset)

Compares the value of this instance to a specified DateTimeOffset value and returns an integer that indicates whether this instance is lower than, the same as, or greater than the specified DateTimeOffset value.

public 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)

Compares the value of this instance to a specified EssentialsTime value and returns an integer that indicates whether this instance is lower than, the same as, or greater than the specified EssentialsTime value.

public 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 EssentialsDate value, and returns an integer that indicates whether this instance is earlier than, the same as, or later than the specified EssentialsDate 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.