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.EnumSpecifies 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 intDaysIndicates Days timescale unit.static intHalfYearsIndicates Half years timescale unit.static intHoursIndicates Hours timescale unit.static intMinutesIndicates Minutes timescale unit.static intMonthsIndicates Months timescale unit.static intNoneIndicates None.static intQuartersIndicates Quarters of years timescale unit.static intThirdsOfMonthsIndicates Thirds of months timescale unit.static intWeeksIndicates Weeks timescale unit.static intYearsIndicates 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
-
-