1 write to helper
mscorlib (1)
system\globalization\thaibuddhistcalendar.cs (1)
75
helper
= new GregorianCalendarHelper(this, thaiBuddhistEraInfo);
21 references to helper
mscorlib (21)
system\globalization\thaibuddhistcalendar.cs (21)
86
return (
helper
.AddMonths(time, months));
91
return (
helper
.AddYears(time, years));
96
return (
helper
.GetDaysInMonth(year, month, era));
101
return (
helper
.GetDaysInYear(year, era));
106
return (
helper
.GetDayOfMonth(time));
111
return (
helper
.GetDayOfWeek(time));
117
return (
helper
.GetDayOfYear(time));
122
return (
helper
.GetMonthsInYear(year, era));
130
return (
helper
.GetWeekOfYear(time, rule, firstDayOfWeek));
135
return (
helper
.GetEra(time));
139
return (
helper
.GetMonth(time));
144
return (
helper
.GetYear(time));
150
return (
helper
.IsLeapDay(year, month, day, era));
155
return (
helper
.IsLeapYear(year, era));
165
return (
helper
.GetLeapMonth(year, era));
170
return (
helper
.IsLeapMonth(year, month, era));
175
return (
helper
.ToDateTime(year, month, day, hour, minute, second, millisecond, era));
181
return (
helper
.Eras);
200
if (value < 99 || value >
helper
.MaxYear) {
207
helper
.MaxYear));
222
return (
helper
.ToFourDigitYear(year, this.TwoDigitYearMax));