WeekdayType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class WeekdayType extends System.Enum
Represents a weekday of a project in the instance of RecurringTaskInfo
class.
Fields
Field | Description |
---|---|
Friday | Indicates Friday weekday type. |
Monday | Indicates Monday weekday type. |
None | Indicates None weekday type. |
Saturday | Indicates Saturday weekday type. |
Sunday | Indicates Sunday weekday type. |
Thursday | Indicates Thursday weekday type. |
Tuesday | Indicates Tuesday weekday type. |
Wednesday | Indicates Wednesday weekday type. |
Friday
public static final int Friday
Indicates Friday weekday type.
Monday
public static final int Monday
Indicates Monday weekday type.
None
public static final int None
Indicates None weekday type.
Saturday
public static final int Saturday
Indicates Saturday weekday type.
Sunday
public static final int Sunday
Indicates Sunday weekday type.
Thursday
public static final int Thursday
Indicates Thursday weekday type.
Tuesday
public static final int Tuesday
Indicates Tuesday weekday type.
Wednesday
public static final int Wednesday
Indicates Wednesday weekday type.