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