|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.java.Enum
com.aspose.email.MapiCalendarDayOfWeek
public final class MapiCalendarDayOfWeek
Enumerates the days of week of the mapi calendar recurrence pattern
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum |
---|
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.Enum.SimpleEnum |
Field Summary | |
---|---|
static int |
Friday
The event occurs on Friday. |
static int |
Monday
The event occurs on Monday. |
static int |
Saturday
The event occurs on Saturday. |
static int |
Sunday
The event occurs on Sunday. |
static int |
Thursday
The event occurs on Thursday. |
static int |
Tuesday
The event occurs on Tuesday. |
static int |
Wednesday
The event occurs on Wednesday. |
Fields inherited from class com.aspose.ms.java.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.java.Enum |
---|
format, getName, getNames, getUnderlyingType, getValues, isDefined, parse, parse, register |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int Saturday
The event occurs on Saturday.
public static final int Friday
The event occurs on Friday.
public static final int Thursday
The event occurs on Thursday.
public static final int Wednesday
The event occurs on Wednesday.
public static final int Tuesday
The event occurs on Tuesday.
public static final int Monday
The event occurs on Monday.
public static final int Sunday
The event occurs on Sunday.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |