Enum Time.Month
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Time.Month : long
Fields
April = 4
The month of April, represented numerically as
04
.August = 8
The month of August, represented numerically as
08
.December = 12
The month of December, represented numerically as
12
.February = 2
The month of February, represented numerically as
02
.January = 1
The month of January, represented numerically as
01
.July = 7
The month of July, represented numerically as
07
.June = 6
The month of June, represented numerically as
06
.March = 3
The month of March, represented numerically as
03
.May = 5
The month of May, represented numerically as
05
.November = 11
The month of November, represented numerically as
11
.October = 10
The month of October, represented numerically as
10
.September = 9
The month of September, represented numerically as
09
.