VToDoAlarms Property

This is used to get the alarm properties. There may be more than one.

Definition

Namespace: EWSoftware.PDI.Objects
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VAlarmCollection Alarms { get; }

Property Value

VAlarmCollection
If the returned collection is empty, there are no alarms for the object. For vCalendar 1.0, this collection represents the AALARM, DALARM, MALARM, and PALARM properties. For iCalendar 2.0, this collection represents the VALARM component which covers the same functions as the vCalendar 1.0 properties.

See Also