public final class MapiCalendarRecurrencePatternType
extends com.aspose.ms.System.Enum
Enumerates the mapi calendar recurrence pattern types
Modifier and Type | Field and Description |
---|---|
static int |
Day
The event has a daily recurrence.
|
static int |
HjMonth
The event has a monthly recurrence in the Hijri calendar
|
static int |
HjMonthEnd
The event has a month end recurrence in the Hijri calendar.
|
static int |
HjMonthNth
The event has an every nth month pattern in the Hijri calendar.
|
static int |
Month
The event has a monthly recurrence.
|
static int |
MonthEnd
The event has a month-end recurrence.
|
static int |
MonthNth
The event has an every nth month pattern.
|
static int |
Week
The event has a weekly recurrence.
|
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 Day
The event has a daily recurrence.
public static final int Week
The event has a weekly recurrence.
public static final int Month
The event has a monthly recurrence.
public static final int MonthEnd
The event has a month-end recurrence.
public static final int MonthNth
The event has an every nth month pattern.
public static final int HjMonth
The event has a monthly recurrence in the Hijri calendar
public static final int HjMonthNth
The event has an every nth month pattern in the Hijri calendar.
public static final int HjMonthEnd
The event has a month end recurrence in the Hijri calendar.