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