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.EnumSpecifies the day of a week.
-
-
Field Summary
Fields Modifier and Type Field Description static intExceptionIndicates Exception day type.static intFridayIndicates Friday day type.static intMondayIndicates Monday day type.static intSaturdayIndicates Saturday day type.static intSundayIndicates Sunday day type.static intThursdayIndicates Thursday day type.static intTuesdayIndicates Tuesday day type.static intWednesdayIndicates 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
-
-