Recurring ObjectExclude Start Date Time Property
This property can be used to override the specification and exclude the start date/time if it is not
generated by one of the recurrence rule or recurrence date properties.
Definition
Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public bool ExcludeStartDateTime { get; set; }VB
Public Property ExcludeStartDateTime As Boolean
Get
SetC++
public:
property bool ExcludeStartDateTime {
bool get ();
void set (bool value);
}F#
member ExcludeStartDateTime : bool with get, setProperty Value
BooleanBy default, the start date/time of a calendar object is always included in the set of date/times even if it does not match one generated by a recurrence rule or recurrence date property. Normally, you must exclude it using an exception date or an exception rule. If you would prefer to exclude the starting date/time unless it is generated by a recurrence rule or date without using an exception, set this property to true.
This property is saved as a custom property when written to a PDI data stream (X-EWSOFTWARE-EXCLUDESTART:1). Also be /// aware that it is not compatible with other calendaring systems.