1 reference to IsLeapYear
System.Data (1)
fx\src\data\System\Data\SQLTypes\SQLDateTime.cs (1)
129int[] days = IsLeapYear(year)? DaysToMonth366: DaysToMonth365;