Package | com.distriqt.extension.calendar.objects |
Class | public class EventAlarmObject |
Inheritance | EventAlarmObject Object |
Subclasses | CalendarEventAlarm |
A calendar event alarm representing an alarm for a particular calendar event.
Property | Defined By | ||
---|---|---|---|
offset : int
Offset to the alarm from the event time (in seconds). | EventAlarmObject |
Method | Defined By | ||
---|---|---|---|
Constructor
| EventAlarmObject |
offset | property |
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
public function get offset():int
public function set offset(value:int):void
EventAlarmObject | () | Constructor |
public function EventAlarmObject()
Constructor