public final class CalendarDay
extends com.aspose.ms.System.Enum
Represents the day of the week.
Modifier and Type | Field and Description |
---|---|
static int |
Day
Represents all days of the week: SU,MO,TU,WE,TH,FR,SA.
|
static int |
Friday
Friday.
|
static int |
Monday
Monday.
|
static int |
None
No values are set.
|
static int |
Saturday
Saturday.
|
static int |
Sunday
Sunday.
|
static int |
Thursday
Thursday.
|
static int |
Tuesday
Tuesday.
|
static int |
Wednesday
Wednesday.
|
static int |
WeekDay
Represents weekdays of the week: MO,TU,WE,TH,FR.
|
static int |
WeekendDay
Represents weekend days of the week: SU,SA.
|
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 None
No values are set.
public static final int Monday
Monday.
public static final int Tuesday
Tuesday.
public static final int Wednesday
Wednesday.
public static final int Thursday
Thursday.
public static final int Friday
Friday.
public static final int Saturday
Saturday.
public static final int Sunday
Sunday.
public static final int Day
Represents all days of the week: SU,MO,TU,WE,TH,FR,SA.
public static final int WeekDay
Represents weekdays of the week: MO,TU,WE,TH,FR.
public static final int WeekendDay
Represents weekend days of the week: SU,SA.