Enum MonthPosition
MonthPosition enumeration
指定月份项目在一个月内的位置。
public enum MonthPosition
价值观
姓名 | 价值 | 描述 |
---|---|---|
Undefined | -1 | 表示未定义的月份位置。 |
First | 0 | 表示首位月份位置。 |
Second | 1 | 表示Second position月份位置。 |
Third | 2 | 表示第三位月份位置。 |
Fourth | 3 | 表示第四位月份位置。 |
Last | 4 | 表示最后位置月份位置。 |
也可以看看
- 命名空间 Aspose.Tasks
- 部件 Aspose.Tasks