Skip to main content

VEvent.ExceptionDateTimes Property

Provides access to the EXDATE property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v23.2.Core.Desktop.dll

NuGet Package: DevExpress.Scheduler.CoreDesktop

Declaration

public ExceptionDateTimesPropertyCollection ExceptionDateTimes { get; }

Property Value

Type Description
DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesPropertyCollection

An DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesPropertyCollection object that is a collection of DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesProperty objects, each representing an appointment exception.

Remarks

The EXDATE property defines the list of date/time exceptions for a recurring calendar component.

Each DevExpress.XtraScheduler.iCalendar.Components.ExceptionDateTimesProperty in a collection is mapped to an XtraScheduler appointment of Exception type.

See Also