public bool ExcludeStartDateTime { get; set; }
Public Property ExcludeStartDateTime As Boolean
Get
Set
public:
property bool ExcludeStartDateTime {
bool get ();
void set (bool value);
}
member ExcludeStartDateTime : bool with get, set
By 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.