public final class DayType
extends com.aspose.ms.System.Enum
Specifies the day of a week.
Modifier and Type | Field and Description |
---|---|
static int |
Exception
Indicates Exception day type.
|
static int |
Friday
Indicates Friday day type.
|
static int |
Monday
Indicates Monday day type.
|
static int |
Saturday
Indicates Saturday day type.
|
static int |
Sunday
Indicates Sunday day type.
|
static int |
Thursday
Indicates Thursday day type.
|
static int |
Tuesday
Indicates Tuesday day type.
|
static int |
Wednesday
Indicates Wednesday day type.
|
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 Exception
Indicates Exception day type.
public static final int Sunday
Indicates Sunday day type.
public static final int Monday
Indicates Monday day type.
public static final int Tuesday
Indicates Tuesday day type.
public static final int Wednesday
Indicates Wednesday day type.
public static final int Thursday
Indicates Thursday day type.
public static final int Friday
Indicates Friday day type.
public static final int Saturday
Indicates Saturday day type.