Enum MonthPosition
Enum MonthPosition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
指定月份项在月份中的位置。
public enum MonthPosition
字段
First = 0
表示第一个位置的月份位置。
Fourth = 3
表示第四个位置的月份位置。
Last = 4
表示最后一个位置的月份位置。
Second = 1
表示第二个位置的月份位置。
Third = 2
表示第三个位置的月份位置。
Undefined = -1
表示未定义的月份位置。