11 overrides of ToFourDigitYear
System.Private.CoreLib (11)
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (1)
676public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
436public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (1)
870public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (1)
447public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
193public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
340public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
176public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (1)
418public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
180public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
157public override int ToFourDigitYear(int year)
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
626public override int ToFourDigitYear(int year)
11 references to ToFourDigitYear
Microsoft.VisualBasic.Core (1)
Microsoft\VisualBasic\DateAndTime.vb (1)
389Year = cal.ToFourDigitYear(Year)
System.Private.CoreLib (10)
src\libraries\System.Private.CoreLib\src\System\Globalization\DateTimeParse.cs (3)
842dtok.num = dtfi.Calendar.ToFourDigitYear(tokenValue); 1505year = result.calendar.ToFourDigitYear(year); 4686result.Year = parseInfo.calendar.ToFourDigitYear(result.Year);
src\libraries\System.Private.CoreLib\src\System\Globalization\EastAsianLunisolarCalendar.cs (1)
680year = base.ToFourDigitYear(year);
src\libraries\System.Private.CoreLib\src\System\Globalization\GregorianCalendar.cs (1)
441return base.ToFourDigitYear(year);
src\libraries\System.Private.CoreLib\src\System\Globalization\HebrewCalendar.cs (1)
876return base.ToFourDigitYear(year);
src\libraries\System.Private.CoreLib\src\System\Globalization\HijriCalendar.cs (1)
453return base.ToFourDigitYear(year);
src\libraries\System.Private.CoreLib\src\System\Globalization\JulianCalendar.cs (1)
351return base.ToFourDigitYear(year);
src\libraries\System.Private.CoreLib\src\System\Globalization\PersianCalendar.cs (1)
423return base.ToFourDigitYear(year);
src\libraries\System.Private.CoreLib\src\System\Globalization\UmAlQuraCalendar.cs (1)
632return base.ToFourDigitYear(year);