Table of Contents

Enum Time.Weekday

Namespace
Godot
Assembly
GodotSharp.dll
public enum Time.Weekday : long

Fields

Friday = 5

The day of the week Friday, represented numerically as 5.

Monday = 1

The day of the week Monday, represented numerically as 1.

Saturday = 6

The day of the week Saturday, represented numerically as 6.

Sunday = 0

The day of the week Sunday, represented numerically as 0.

Thursday = 4

The day of the week Thursday, represented numerically as 4.

Tuesday = 2

The day of the week Tuesday, represented numerically as 2.

Wednesday = 3

The day of the week Wednesday, represented numerically as 3.