Terraria v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches

◆ DaysInMonth366

ReadOnlySpan<byte> System.DateTime.DaysInMonth366
staticgetprivate

Definition at line 55 of file DateTime.cs.

56 {
57 31, 29, 31, 30, 31, 30, 31, 31, 30, 31,
58 30, 31
59 };

Referenced by System.DateTime.DaysInMonth().