public class VCalAlarmProperty extends ICalProperty
Defines an alarm property that is part of the vCalendar (1.0) standard (such
as AudioAlarm
).
Classes that extend this class are used internally by this library for
parsing purposes. If you are creating a new iCalendar object and need to
define an alarm, it is recommended that you use the VAlarm
component
to create a new alarm.
Modifier and Type | Field and Description |
---|---|
protected Integer |
repeat |
protected Duration |
snooze |
protected Date |
start |
parameters
Constructor and Description |
---|
VCalAlarmProperty() |
Modifier and Type | Method and Description |
---|---|
Integer |
getRepeat() |
Duration |
getSnooze() |
Date |
getStart() |
void |
setRepeat(Integer repeat) |
void |
setSnooze(Duration snooze) |
void |
setStart(Date start) |
addParameter, getParameter, getParameters, getParameters, removeParameter, setParameter, setParameter, setParameters, validate, validate
public VCalAlarmProperty()
Copyright © 2013-2015 Michael Angstadt. All Rights Reserved.