OccurrenceCalculator.IsDstShifted(Int32) Method
Checks whether the occurrence with the specified index falls on the Daylight Saving Time shift.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public abstract bool IsDstShifted(
int occurrenceIndex
)
Parameters
Name | Type | Description |
---|---|---|
occurrenceIndex | Int32 | The occurrence index in the recurrent series. |
Returns
Type | Description |
---|---|
Boolean |
|
See Also