Enum RateFormatType
Enum RateFormatType
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the units used by Microsoft Project to display a rate.
public enum RateFormatType
Fields
Day = 2
Day (“day”)
Hour = 1
Hour (“hr”)
MaterialResourceRate = 6
Material resource rate (empty)
Minute = 0
Minute (“min”)
Month = 4
Month (“mo”)
Undefined = -1
The value was not defined in original project file.
Week = 3
Week (“wk”)
Year = 5
Year (“yr”)
Remarks
While exporting into XML the Undefined values will be eliminated from resulting XML.