VToDoAlarms Property
This is used to get the alarm properties. There may be more than
one.
Namespace: EWSoftware.PDI.ObjectsAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public VAlarmCollection Alarms { get; }
Public ReadOnly Property Alarms As VAlarmCollection
Get
public:
property VAlarmCollection^ Alarms {
VAlarmCollection^ get ();
}
member Alarms : VAlarmCollection with get
Property Value
VAlarmCollectionIf 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.