|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.network.MapiCalendarDayOfWeek
public final class MapiCalendarDayOfWeek
Enumerates the days of week of the mapi calendar recurrence pattern
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. |
Method Summary |
---|
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 |