alarmRepeat (property)

This property contains the number of times the alarm is to be repeated after the initial trigger.

Syntax

- (int)alarmRepeat:(int)alarmIndex;
- (void)setAlarmRepeat:(int)alarmIndex:(int)newAlarmRepeat;
public func alarmRepeat(alarmIndex: Int32) throws -> Int32
public func setAlarmRepeat(alarmIndex: Int32, newAlarmRepeat: Int32) throws -> Void

Default Value

0

Remarks

This property contains the number of times the alarm is to be repeated after the initial trigger.

This property defines the number of times an alarm should be repeated after its initial AlarmTrigger. If the alarm triggers more than once, then this property MUST be specified along with the AlarmDuration property.

The AlarmIndex parameter specifies the index of the item in the array. The size of the array is controlled by the AlarmCount property.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks 2020 iOS Edition - Version 20.0 [Build 8307]