1 write to helper
mscorlib (1)
system\globalization\taiwancalendar.cs (1)
103helper = new GregorianCalendarHelper(this, taiwanEraInfo);
22 references to helper
mscorlib (22)
system\globalization\taiwancalendar.cs (22)
114return (helper.AddMonths(time, months)); 119return (helper.AddYears(time, years)); 124return (helper.GetDaysInMonth(year, month, era)); 129return (helper.GetDaysInYear(year, era)); 134return (helper.GetDayOfMonth(time)); 139return (helper.GetDayOfWeek(time)); 145return (helper.GetDayOfYear(time)); 150return (helper.GetMonthsInYear(year, era)); 158return (helper.GetWeekOfYear(time, rule, firstDayOfWeek)); 163return (helper.GetEra(time)); 167return (helper.GetMonth(time)); 172return (helper.GetYear(time)); 178return (helper.IsLeapDay(year, month, day, era)); 183return (helper.IsLeapYear(year, era)); 193return (helper.GetLeapMonth(year, era)); 198return (helper.IsLeapMonth(year, month, era)); 203return (helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era)); 209return (helper.Eras); 225if (value < 99 || value > helper.MaxYear) 233helper.MaxYear)); 250if (year > helper.MaxYear) { 257helper.MaxYear));