TimesheetEnum.TimeSheetDefaultDisplay 枚举
指定是否使用标准的加班时间和非计费时间跟踪,以及计划的工作。
命名空间: Microsoft.Office.Project.Server.Library
程序集: Microsoft.Office.Project.Server.Library(位于 Microsoft.Office.Project.Server.Library.dll 中)
语法
声明
Public Enumeration TimeSheetDefaultDisplay
用法
Dim instance As TimesheetEnum.TimeSheetDefaultDisplay
public enum TimeSheetDefaultDisplay
成员
成员名称 | 说明 | |
---|---|---|
DoNotUseStandardOverTimeAndNonBillable | 值为 0。请使用标准的加班时间和非计费时间跟踪。 | |
UseStandardOverTimeAndNonBillable | 值 = 7。使用标准的加班时间和非计费时间跟踪,以及计划的工作。 |
备注
TimeSheetDefaultDisplay枚举中的WADMIN_DEFAULT_TRACKING_METHOD属性使用。