1 write to helper
mscorlib (1)
system\globalization\koreancalendar.cs (1)
106helper = new GregorianCalendarHelper(this, koreanEraInfo);
21 references to helper
mscorlib (21)
system\globalization\koreancalendar.cs (21)
117return (helper.AddMonths(time, months)); 122return (helper.AddYears(time, years)); 138return (helper.GetDaysInMonth(year, month, era)); 143return (helper.GetDaysInYear(year, era)); 148return (helper.GetDayOfMonth(time)); 153return (helper.GetDayOfWeek(time)); 159return (helper.GetDayOfYear(time)); 164return (helper.GetMonthsInYear(year, era)); 172return (helper.GetWeekOfYear(time, rule, firstDayOfWeek)); 177return (helper.GetEra(time)); 181return (helper.GetMonth(time)); 186return (helper.GetYear(time)); 192return (helper.IsLeapDay(year, month, day, era)); 197return (helper.IsLeapYear(year, era)); 207return (helper.GetLeapMonth(year, era)); 212return (helper.IsLeapMonth(year, month, era)); 217return (helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era)); 223return (helper.Eras); 240if (value < 99 || value > helper.MaxYear) 248helper.MaxYear)); 263return (helper.ToFourDigitYear(year, this.TwoDigitYearMax));