|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.Frequency
public final class Frequency
Specifies frequency of the recurrence rule.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
Daily
Occurrences repeat based on an interval of a day or more. |
static int |
Hourly
Occurrences repeat based on an interval of an hour or more. |
static int |
Minutely
Occurrences repeat based on an interval of a minute or more. |
static int |
Monthly
Occurrences repeat based on an interval of a month or more. |
static int |
Secondly
Occurrences repeat based on an interval of a second or more. |
static int |
Weekly
Occurrences repeat based on an interval of a week or more. |
static int |
Yearly
Occurrences repeat based on an interval of a year or more. |
Constructor Summary | |
---|---|
Frequency()
|
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Secondly
Occurrences repeat based on an interval of a second or more.
public static final int Minutely
Occurrences repeat based on an interval of a minute or more.
public static final int Hourly
Occurrences repeat based on an interval of an hour or more.
public static final int Daily
Occurrences repeat based on an interval of a day or more.
public static final int Weekly
Occurrences repeat based on an interval of a week or more.
public static final int Monthly
Occurrences repeat based on an interval of a month or more.
public static final int Yearly
Occurrences repeat based on an interval of a year or more.
Constructor Detail |
---|
public Frequency()
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |