com.aspose.email

Interfaces

Classes

Enums

Exceptions

com.aspose.email

Class ReminderTrigger



  • public class ReminderTrigger
    extends Object

    Specifies when an alarm will trigger.

    • Constructor Detail

      • ReminderTrigger

        public ReminderTrigger(Date dateTime)

        Initialize a new instance of ReminderTrigger class.

        Parameters:
        dateTime - Absolute DateTime value.
      • ReminderTrigger

        public ReminderTrigger(ReminderDuration duration,
                       int related)

        Initialize a new instance of ReminderTrigger class.

        Parameters:
        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.
    • Method Detail

      • getDuration

        public final ReminderDuration getDuration()

        Specifies a relative time for the trigger of the alarm.

      • setDuration

        public final void setDuration(ReminderDuration value)

        Specifies a relative time for the trigger of the alarm.

      • getDateTime

        public final Date getDateTime()

        A trigger set to an absolute date/time.

      • setDateTime

        public final void setDateTime(Date value)

        A trigger set to an absolute date/time.

      • getRelated

        public final int getRelated()

        Specify the relationship of the alarm trigger with respect to the start or end of the event.

      • setRelated

        public final void setRelated(int value)

        Specify the relationship of the alarm trigger with respect to the start or end of the event.