public final class MapiCalendarDayOfWeek
extends com.aspose.ms.System.Enum
Enumerates the days of week of the mapi calendar recurrence pattern
Modifier and Type | Field and Description |
---|---|
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.
|
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 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.