public class ReminderTrigger extends Object
Specifies when an alarm will trigger.
Constructor and Description |
---|
ReminderTrigger(Date dateTime) |
ReminderTrigger(ReminderDuration duration,
int related)
Initialize a new instance of
Aspose.Email.Mail.ReminderTrigger class. |
Modifier and Type | Method and Description |
---|---|
Date |
getDateTime() |
ReminderDuration |
getDuration()
Specifies a relative time for the trigger of the alarm.
|
int |
getRelated()
Specify the relationship of the alarm trigger with respect to the start or end of the event.
|
void |
setDateTime(Date value) |
void |
setDuration(ReminderDuration value) |
void |
setRelated(int value) |
public ReminderTrigger(Date dateTime)
public ReminderTrigger(ReminderDuration duration, int related)
Initialize a new instance of Aspose.Email.Mail.ReminderTrigger
class.
duration
- To specify a relative time for the trigger of the alarm.related
- To specify the relationship of the alarm trigger with respect to the start or end of the event.public ReminderDuration getDuration()
Specifies a relative time for the trigger of the alarm.
public void setDuration(ReminderDuration value)
public Date getDateTime()
public void setDateTime(Date value)
public int getRelated()
Specify the relationship of the alarm trigger with respect to the start or end of the event.
public void setRelated(int value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.