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