4 references to ToDateTime
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
186return _helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
142return _helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
142return _helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
123return _helper.ToDateTime(year, month, day, hour, minute, second, millisecond, era);