'宣言 Public Enum FirstMonthOfFY Inherits System.Enum
public enum FirstMonthOfFY : System.Enum
'宣言 Public Enum FirstMonthOfFY Inherits System.Enum
public enum FirstMonthOfFY : System.Enum
| メンバ | 解説 |
|---|---|
| April | 会計年度は 4 月に始まります。 |
| August | 会計年度は 8 月に始まります。 |
| December | 会計年度は 12 月に始まります。 |
| February | 会計年度は 2 月に始まります。 |
| January | 会計年度はカレンダー年と同じです。 |
| July | 会計年度は 7 月に始まります。 |
| June | 会計年度は 6 月に始まります。 |
| March | 会計年度は 3 月に始まります。 |
| May | 会計年度は 5 月に始まります。 |
| November | 会計年度は 11 月に始まります。 |
| October | 会計年度は 10 月に始まります。 |
| September | 会計年度は 9 月に始まります。 |
System.Object
System.ValueType
System.Enum
C1.Win.GanttView.FirstMonthOfFY