public final class Frequency
extends com.aspose.ms.System.Enum
Specifies frequency of the recurrence rule.
Modifier and Type | Field and Description |
---|---|
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 |
None
No values are set.
|
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.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int None
No values are set.
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.