Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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
<ClientCallableTypeAttribute(ServerTypeId := "7AA76F86-2AC0-47AF-BE57-C9501040C268")> _
Public Enumeration OvertimeRateFormat
'Usage
Dim instance As Resource.OvertimeRateFormat
[ClientCallableTypeAttribute(ServerTypeId = "7AA76F86-2AC0-47AF-BE57-C9501040C268")]
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.