Enum Time.Weekday
- Namespace
- Godot
- Assembly
- GodotSharp.dll
public enum Time.Weekday : long
Fields
Friday = 5The day of the week Friday, represented numerically as
5.Monday = 1The day of the week Monday, represented numerically as
1.Saturday = 6The day of the week Saturday, represented numerically as
6.Sunday = 0The day of the week Sunday, represented numerically as
0.Thursday = 4The day of the week Thursday, represented numerically as
4.Tuesday = 2The day of the week Tuesday, represented numerically as
2.Wednesday = 3The day of the week Wednesday, represented numerically as
3.