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