DateTimeRange.GetHashCode() Method
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
public override int GetHashCode()
Returns
Type | Description |
---|---|
Int32 | The hash code that corresponds to the current time range. |
See Also