Package com.aspose.tasks
Class TimescaleUnit
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.tasks.TimescaleUnit
-
public final class TimescaleUnit extends com.aspose.ms.System.Enum
Specifies the unit of time for any tier of a timescale in a Gantt chart or other time phased view.
-
-
Field Summary
Fields Modifier and Type Field Description static int
Days
Indicates Days timescale unit.static int
HalfYears
Indicates Half years timescale unit.static int
Hours
Indicates Hours timescale unit.static int
Minutes
Indicates Minutes timescale unit.static int
Months
Indicates Months timescale unit.static int
None
Indicates None.static int
Quarters
Indicates Quarters of years timescale unit.static int
ThirdsOfMonths
Indicates Thirds of months timescale unit.static int
Weeks
Indicates Weeks timescale unit.static int
Years
Indicates Years timescale unit.
-
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
-
None
public static final int None
Indicates None. The timescale tier is hidden.
- See Also:
- Constant Field Values
-
Minutes
public static final int Minutes
Indicates Minutes timescale unit.
- See Also:
- Constant Field Values
-
Hours
public static final int Hours
Indicates Hours timescale unit.
- See Also:
- Constant Field Values
-
Days
public static final int Days
Indicates Days timescale unit.
- See Also:
- Constant Field Values
-
Weeks
public static final int Weeks
Indicates Weeks timescale unit.
- See Also:
- Constant Field Values
-
ThirdsOfMonths
public static final int ThirdsOfMonths
Indicates Thirds of months timescale unit.
- See Also:
- Constant Field Values
-
Months
public static final int Months
Indicates Months timescale unit.
- See Also:
- Constant Field Values
-
Quarters
public static final int Quarters
Indicates Quarters of years timescale unit.
- See Also:
- Constant Field Values
-
HalfYears
public static final int HalfYears
Indicates Half years timescale unit.
- See Also:
- Constant Field Values
-
Years
public static final int Years
Indicates Years timescale unit.
- See Also:
- Constant Field Values
-
-