Enum MonthPosition
Enum MonthPosition
Namespace: Aspose.Tasks
Assembly: Aspose.Tasks.dll (25.2.0)
Specifies the position of a month item within a month.
public enum MonthPosition
Fields
First = 0
Indicates First position month position.
Fourth = 3
Indicates Fourth position month position.
Last = 4
Indicates Last position month position.
Second = 1
Indicates Second position month position.
Third = 2
Indicates Third position month position.
Undefined = -1
Indicates Undefined month position.