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

◆ s_daysToMonth366

readonly int [] System.Text.Json.JsonHelpers.s_daysToMonth366
staticprivate
Initial value:
= new int[13]
{
0, 31, 60, 91, 121, 152, 182, 213, 244, 274,
305, 335, 366
}

Definition at line 41 of file JsonHelpers.cs.

42 {
43 0, 31, 60, 91, 121, 152, 182, 213, 244, 274,
44 305, 335, 366
45 };

Referenced by System.Text.Json.JsonHelpers.TryCreateDateTime().