8 references to GetMonthName
mscorlib (7)
system\globalization\datetimeformat.cs (2)
246return (dtfi.GetMonthName(month)); 292return (dtfi.GetMonthName(month));
system\globalization\datetimeformatinfo.cs (2)
2628str = InvariantInfo.GetMonthName(i); 2669str = GetMonthName(i);
system\globalization\datetimeparse.cs (3)
3054int monthsInYear = (dtfi.GetMonthName(13).Length == 0 ? 12: 13); 3106int monthsInYear = (dtfi.GetMonthName(13).Length == 0 ? 12: 13); 3108String searchStr = dtfi.GetMonthName(i);
System.Web (1)
UI\WebControls\Calendar.cs (1)
988return DateTimeFormatInfo.CurrentInfo.GetMonthName(m);