public final class Timescale
extends com.aspose.ms.System.Enum
The minimal time period to render when saving project view data to some of SaveFileFormat
.
Modifier and Type | Field and Description |
---|---|
static int |
Days
Minimal level of detail is one day.
|
static int |
Months
Minimal level of detail is one month.
|
static int |
ThirdsOfMonths
Minimal level of detail is one third of month.
|
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
public static final int Days
Minimal level of detail is one day.
public static final int ThirdsOfMonths
Minimal level of detail is one third of month.
public static final int Months
Minimal level of detail is one month.