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

◆ s_daysToMonth365

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

Definition at line 167 of file Utf8Parser.cs.

168 {
169 0, 31, 59, 90, 120, 151, 181, 212, 243, 273,
170 304, 334, 365
171 };

Referenced by System.Buffers.Text.Utf8Parser.TryCreateDateTime().