DxSchedulerDateTimeRange.Contains(DateTime) Method
Determines whether the current range contains the specified date.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
public bool Contains(
DateTime date
)
Parameters
Name | Type | Description |
---|---|---|
date | DateTime | The date to be checked. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also