|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.aspose.email.MapiCalendarRecurrencePatternType
public final class MapiCalendarRecurrencePatternType
Enumerates the mapi calendar recurrence pattern types
| Field Summary | |
|---|---|
static int |
DAY
The event has a daily recurrence. |
static int |
HJ_MONTH
The event has a monthly recurrence in the Hijri calendar |
static int |
HJ_MONTH_END
The event has a month end recurrence in the Hijri calendar. |
static int |
HJ_MONTH_NTH
The event has an every nth month pattern in the Hijri calendar. |
static int |
MONTH
The event has a monthly recurrence. |
static int |
MONTH_END
The event has a month-end recurrence. |
static int |
MONTH_NTH
The event has an every nth month pattern. |
static int |
WEEK
The event has a weekly recurrence. |
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
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 MONTH_END
The event has a month-end recurrence.
public static final int MONTH_NTH
The event has an every nth month pattern.
public static final int HJ_MONTH
The event has a monthly recurrence in the Hijri calendar
public static final int HJ_MONTH_NTH
The event has an every nth month pattern in the Hijri calendar.
public static final int HJ_MONTH_END
The event has a month end recurrence in the Hijri calendar.
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||