Packagecom.distriqt.extension.calendar.objects
Classpublic class EventAlarmObject
InheritanceEventAlarmObject Inheritance Object
Subclasses CalendarEventAlarm

A calendar event alarm representing an alarm for a particular calendar event.



Public Properties
 PropertyDefined By
  offset : int
Offset to the alarm from the event time (in seconds).
EventAlarmObject
Public Methods
 MethodDefined By
  
Constructor
EventAlarmObject
Property Detail
offsetproperty
offset:int

Offset to the alarm from the event time (in seconds). This is the number of seconds offset from an event. If you want the alarm to fire before the event, you must use a negative value.

For example ten minutes before:

         offset = -600;
         

Note: Under Android these values are rounded to the nearest minute


Implementation
    public function get offset():int
    public function set offset(value:int):void
Constructor Detail
EventAlarmObject()Constructor
public function EventAlarmObject()

Constructor