TimeScale 枚举
指定时间分段数据的小数位数。
命名空间: Microsoft.ProjectServer.Client
程序集: Microsoft.ProjectServer.Client(位于 Microsoft.ProjectServer.Client.dll 中)
语法
声明
Public Enumeration TimeScale
用法
Dim instance As TimeScale
public enum TimeScale
成员
成员名称 | 说明 | |
---|---|---|
Days | 值 = 3。天。 | |
Weeks | 值 = 4。周。 | |
Months | 值 = 5。几个月。 | |
Quarters | 值 = 6。季度。 | |
Years | 值 = 7。年。 |