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

未定義の月の位置を示します。

 日本語