RateScaleType

Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum

public final class RateScaleType extends System.Enum

Specifies the rate scale type.

Fields

FieldDescription
DayIndicates Day rate scale type.
HourIndicates Hour rate scale type.
MinuteIndicates Minute rate scale type.
MonthIndicates Month rate scale type.
QuarterIndicates Quarter rate scale type.
UndefinedIndicates Undefined rate scale type.
WeekIndicates Week rate scale type.
YearIndicates Year rate scale type.

Day

public static final int Day

Indicates Day rate scale type.

Hour

public static final int Hour

Indicates Hour rate scale type.

Minute

public static final int Minute

Indicates Minute rate scale type.

Month

public static final int Month

Indicates Month rate scale type.

Quarter

public static final int Quarter

Indicates Quarter rate scale type.

Undefined

public static final int Undefined

Indicates Undefined rate scale type.

Week

public static final int Week

Indicates Week rate scale type.

Year

public static final int Year

Indicates Year rate scale type.