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

◆ s_daysToMonth366

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

Definition at line 173 of file Utf8Parser.cs.

174 {
175 0, 31, 60, 91, 121, 152, 182, 213, 244, 274,
176 305, 335, 366
177 };

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