Skip to main content
A newer version of this page is available. .

TimeScaleFixedInterval.GetHashCode() Method

Calculates the hash code for the TimeScaleFixedInterval instance.

Namespace: DevExpress.XtraScheduler

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

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