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

◆ DaysInMonth365

ReadOnlySpan<byte> System.DateTime.DaysInMonth365
staticgetprivate

Definition at line 49 of file DateTime.cs.

50 {
51 31, 28, 31, 30, 31, 30, 31, 31, 30, 31,
52 30, 31
53 };

Referenced by System.DateTime.DaysInMonth().