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