2 references to DaysInPreviousMonths
mscorlib (2)
system\globalization\Persiancalendar.cs (2)
128
int ordinalDay =
DaysInPreviousMonths
(month) + day - 1; // day is one based, make 0 based since this will be the number of days we add to beginning of year below
255
int d = ordinalDay -
DaysInPreviousMonths
(m);