public final class RateScaleType
extends com.aspose.ms.System.Enum
Specifies the rate scale type.
Modifier and Type | Field and Description |
---|---|
static int |
Day
Indicates Day rate scale type.
|
static int |
Hour
Indicates Hour rate scale type.
|
static int |
Minute
Indicates Minute rate scale type.
|
static int |
Month
Indicates Month rate scale type.
|
static int |
Quarter
Indicates Quarter rate scale type.
|
static int |
Undefined
Indicates Undefined rate scale type.
|
static int |
Week
Indicates Week rate scale type.
|
static int |
Year
Indicates Year rate scale type.
|
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 Undefined
Indicates Undefined rate scale type.
public static final int Minute
Indicates Minute rate scale type.
public static final int Hour
Indicates Hour rate scale type.
public static final int Day
Indicates Day rate scale type.
public static final int Week
Indicates Week rate scale type.
public static final int Month
Indicates Month rate scale type.
public static final int Quarter
Indicates Quarter rate scale type.
public static final int Year
Indicates Year rate scale type.