共用方式為


Resource.OvertimeRateFormat 列舉

指定用以顯示加班工資率的速率描述格式。

命名空間:  Microsoft.Office.Project.Server.Library
組件:  Microsoft.Office.Project.Server.Library (在 Microsoft.Office.Project.Server.Library.dll 中)

語法

'宣告
<ClientCallableTypeAttribute(ServerTypeId := "7AA76F86-2AC0-47AF-BE57-C9501040C268")> _
Public Enumeration OvertimeRateFormat
'用途
Dim instance As Resource.OvertimeRateFormat
[ClientCallableTypeAttribute(ServerTypeId = "7AA76F86-2AC0-47AF-BE57-C9501040C268")]
public enum OvertimeRateFormat

成員

成員名稱 描述
Minute 值 = 1。分鐘數。
Hour 值 = 2。小時。
Day 值 = 3。天。
Week 值 = 4。週數。
Month 值 = 5。月數。
Year 值 = 7。年。
Material 值 = 8。教材 (英文)。

備註

若要設定RES_OVT_RATE_FMT屬性WebSvcProject.ProjectDataSet.ProjectResourceRowWebSvcStatusing.ProjectDataSet.ProjectResourceRow物件中使用Resource.OvertimeRateFormat類型。

請參閱

參照

Microsoft.Office.Project.Server.Library 命名空間