VCalendarClearProperties Method

The method can be called to clear all current property values in the calendar. The version is left unchanged.

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public override void ClearProperties()

Remarks

Because time zone information is shared amongst all calendars, the TimeZones collection will not be cleared. If you want it cleared, you must do it manually.

See Also