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

◆ s_daysToMonth365

readonly int [] System.Text.Json.JsonHelpers.s_daysToMonth365
staticprivate
Initial value:
= new int[13]
{
0, 31, 59, 90, 120, 151, 181, 212, 243, 273,
304, 334, 365
}

Definition at line 35 of file JsonHelpers.cs.

36 {
37 0, 31, 59, 90, 120, 151, 181, 212, 243, 273,
38 304, 334, 365
39 };

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