|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.email.EndType
public final class EndType
Specifies how the recurrence rule ends.
Field Summary | |
---|---|
static int |
COUNT
Pattern ends after specified number of occurrences. |
static int |
NONE
Pattern does not have an end. |
static int |
UNTIL
Pattern ends on a specified end date. |
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int NONE
Pattern does not have an end.
public static final int UNTIL
Pattern ends on a specified end date.
public static final int COUNT
Pattern ends after specified number of occurrences.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |