terraria-cpp2il-methodrecon v1.4.4.9
Terraria mobile dump, with reconstructed method body. Dump with CallAnalysis: https://infinitynichto.github.io/terraria-cpp2il
Loading...
Searching...
No Matches

◆ DaysInMonth()

static int System.DateTime.DaysInMonth ( int year,
int month )
inlinestatic

Definition at line 308 of file DateTime.cs.

309 {
310 if (!true)
311 {
312 }
313 bool flag = DateTime.IsLeapYear(42170256);
314 return 42170256;
315 }
static bool IsLeapYear(int year)
Definition DateTime.cs:597

References System.DateTime.IsLeapYear().

Referenced by System.TimeZoneInfo.CreateAdjustmentRule().