AlarmCount Property
The number of records in the Alarm arrays.
Object Oriented Interface
public function getAlarmCount(); public function setAlarmCount($value);
Procedural Interface
ipworks_caldav_get($res, 1 ); ipworks_caldav_set($res, 1, $value );
Default Value
0
Remarks
This property controls the size of the following arrays:- AlarmAction
- AlarmAttachment
- AlarmAttachmentType
- AlarmDuration
- AlarmMessage
- AlarmRecipient
- AlarmRepeat
- AlarmSubject
- AlarmTrigger
This property is not available at design time.
Data Type
Integer