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