'Declaration Public Enum Months Inherits System.Enum
'使用法 Dim instance As Months
public enum Months : System.Enum
| メンバ | 説明 |
|---|---|
| April | 4月を示します。 |
| August | 8月を示します。 |
| December | 12月を示します。 |
| Default | 月が定義されていないことを示します。 |
| February | 2月を示します。 |
| January | 1月を示します。 |
| July | 7月を示します。 |
| June | 6月を示します。 |
| March | 3月を示します。 |
| May | 5月を示します。 |
| November | 11月を示します。 |
| October | 10月を示します。 |
| September | 9月を示します。 |
System.Object
System.ValueType
System.Enum
GrapeCity.Win.Spread.InputMan.CellType.Months