public final class RecurrencePattern
extends com.aspose.ms.System.Enum
Represents a type of recurrence pattern of a recurrent task.
Modifier and Type | Field and Description |
---|---|
static int |
Daily
Daily pattern.
|
static int |
Monthly
Monthly pattern.
|
static int |
Weekly
Weekly pattern.
|
static int |
Yearly
Yearly pattern.
|
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 Daily
Daily pattern.
public static final int Weekly
Weekly pattern.
public static final int Monthly
Monthly pattern.
public static final int Yearly
Yearly pattern.