DateTimeRange.GetHashCode() Method
In This Article
Gets the hash code that corresponds to the current time range.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Mvvm.dll
NuGet Package: DevExpress.Maui.Mvvm
#Declaration
C#
public override int GetHashCode()
#Returns
Type | Description |
---|---|
Int32 | The hash code that corresponds to the current time range. |
See Also