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