A class that represents a specific occurrence of an Alarm.

Namespace: iCal
Assembly: ICalVCard (in ICalVCard.dll) Version: 1.0.0.0 (1.0.0.0)

Syntax

C#
[SerializableAttribute]
public struct AlarmOccurrence : IComparable<AlarmOccurrence>
Visual Basic
<SerializableAttribute> _
Public Structure AlarmOccurrence _
	Implements IComparable(Of AlarmOccurrence)
Visual C++
[SerializableAttribute]
public value class AlarmOccurrence : IComparable<AlarmOccurrence>

Remarks

The AlarmOccurrence contains the Period when the alarm occurs, the Alarm that fired, and the component on which the alarm fired.

See Also