Skip to main content
A newer version of this page is available. .

VEvent.ExceptionDateTimes Property

Provides access to the EXDATE property of a calendar component.

Namespace: DevExpress.XtraScheduler.iCalendar.Components

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

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