Skip to main content

TimeInterval.GetHashCode() Method

Gets the hash code (a number) that corresponds to the value of the current TimeInterval object.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.Core.dll

NuGet Package: DevExpress.Scheduler.Core

Declaration

public override int GetHashCode()

Returns

Type Description
Int32

An integer value representing the hash code for the current object.

Remarks

The function supports the .NET infrastructure. For more information on hash codes, see the GetHashCode() topic in MSDN.

See Also