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.
Modifier and Type | Field and Description |
---|---|
static int |
Days
Days.
|
static int |
HalfYears
Half years.
|
static int |
Hours
Hours.
|
static int |
Minutes
Minutes
|
static int |
Months
Months.
|
static int |
None
None.
|
static int |
Quarters
Quarters of years.
|
static int |
ThirdsOfMonths
Thirds of months.
|
static int |
Weeks
Weeks.
|
static int |
Years
Years.
|
public static final int None
None. The timescale tier uses the default unit.
public static final int Minutes
Minutes
public static final int Hours
Hours.
public static final int Days
Days.
public static final int Weeks
Weeks.
public static final int ThirdsOfMonths
Thirds of months.
public static final int Months
Months.
public static final int Quarters
Quarters of years.
public static final int HalfYears
Half years.
public static final int Years
Years.
Copyright (c) 2008-2015 Aspose Pty Ltd. All Rights Reserved.