1 write to helper
mscorlib (1)
system\globalization\japanesecalendar.cs (1)
358helper = new GregorianCalendarHelper(this, GetEraInfo());
23 references to helper
mscorlib (23)
system\globalization\japanesecalendar.cs (23)
369return (helper.AddMonths(time, months)); 374return (helper.AddYears(time, years)); 390return (helper.GetDaysInMonth(year, month, era)); 395return (helper.GetDaysInYear(year, era)); 400return (helper.GetDayOfMonth(time)); 405return (helper.GetDayOfWeek(time)); 411return (helper.GetDayOfYear(time)); 417return (helper.GetMonthsInYear(year, era)); 425return (helper.GetWeekOfYear(time, rule, firstDayOfWeek)); 438return (helper.GetEra(time)); 443return (helper.GetMonth(time)); 448return (helper.GetYear(time)); 454return (helper.IsLeapDay(year, month, day, era)); 459return (helper.IsLeapYear(year, era)); 469return (helper.GetLeapMonth(year, era)); 474return (helper.IsLeapMonth(year, month, era)); 479return (helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era)); 492if (year > helper.MaxYear) { 499helper.MaxYear)); 507return (helper.Eras); 560return helper.IsValidYear(year, era); 573if (value < 99 || value > helper.MaxYear) 581helper.MaxYear));