Package com.aspose.tasks
Class DayType
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.DayType
-
public final class DayType extends com.aspose.ms.System.Enum
Specifies the day of a week.
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
-
Methods inherited from class com.aspose.ms.System.Enum
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
-
-
-
-
Field Detail
-
Exception
public static final int Exception
Indicates Exception day type.
- See Also:
- Constant Field Values
-
Sunday
public static final int Sunday
Indicates Sunday day type.
- See Also:
- Constant Field Values
-
Monday
public static final int Monday
Indicates Monday day type.
- See Also:
- Constant Field Values
-
Tuesday
public static final int Tuesday
Indicates Tuesday day type.
- See Also:
- Constant Field Values
-
Wednesday
public static final int Wednesday
Indicates Wednesday day type.
- See Also:
- Constant Field Values
-
Thursday
public static final int Thursday
Indicates Thursday day type.
- See Also:
- Constant Field Values
-
Friday
public static final int Friday
Indicates Friday day type.
- See Also:
- Constant Field Values
-
Saturday
public static final int Saturday
Indicates Saturday day type.
- See Also:
- Constant Field Values
-
-