exceptDate property

String? exceptDate
getter/setter pair

Defines a SchemaDate or SchemaDateTime during which a scheduled SchemaEvent will not take place. The property allows exceptions to a SchemaSchedule to be specified. If an exception is specified as a SchemaDateTime then only the event that would have started at that specific date and time should be excluded from the schedule. If an exception is specified as a SchemaDate then any event that is scheduled for that 24 hour period should be excluded from the schedule. This allows a whole day to be excluded from the schedule without having to itemise every scheduled event.

Supported types: String, String

Implementation

String? exceptDate;