public final class EndType
extends com.aspose.ms.System.Enum
Specifies how the recurrence rule ends.
Modifier and Type | Field and Description |
---|---|
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.
|
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
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.