RateFormatType
Inheritance: java.lang.Object, com.aspose.ms.System.ValueType, com.aspose.ms.System.Enum
public final class RateFormatType extends System.Enum
Specifies the units used by Microsoft Project to display a rate. While exporting into XML the Undefined values will be eliminated from resulting XML.
Fields
Field | Description |
---|---|
Day | Day (“day”) |
Hour | Hour (“hr”) |
MaterialResourceRate | Material resource rate (empty) |
Minute | Minute (“min”) |
Month | Month (“mo”) |
Undefined | The value was not defined in original project file. |
Week | Week (“wk”) |
Year | Year (“yr”) |
Day
public static final int Day
Day (“day”)
Hour
public static final int Hour
Hour (“hr”)
MaterialResourceRate
public static final int MaterialResourceRate
Material resource rate (empty)
Minute
public static final int Minute
Minute (“min”)
Month
public static final int Month
Month (“mo”)
Undefined
public static final int Undefined
The value was not defined in original project file.
Week
public static final int Week
Week (“wk”)
Year
public static final int Year
Year (“yr”)