Resource.OvertimeRateFormat Enumeration

Specifies the rate description format in which the overtime rate is displayed.

Namespace:  Microsoft.Office.Project.Server.Library
Assembly:  Microsoft.Office.Project.Server.Library (in Microsoft.Office.Project.Server.Library.dll)

Syntax

'Declaration
Public Enumeration OvertimeRateFormat
'Usage
Dim instance As Resource.OvertimeRateFormat
public enum OvertimeRateFormat

Members

Member name Description
Minute Value=1. Minutes.
Hour Value=2. Hours.
Day Value=3. Days.
Week Value=4. Weeks.
Month Value=5. Months.
Year Value=7. Years.
Material Value=8. Materials.

Remarks

Use the Resource.OvertimeRateFormat type to set the RES_OVT_RATE_FMT property in a WebSvcProject.ProjectDataSet.ProjectResourceRow or WebSvcStatusing.ProjectDataSet.ProjectResourceRow object.

See Also

Reference

Microsoft.Office.Project.Server.Library Namespace