4 references to GetDayOfYear
System.Private.CoreLib (4)
src\libraries\System.Private.CoreLib\src\System\Globalization\JapaneseCalendar.cs (1)
135
return _helper.
GetDayOfYear
(time);
src\libraries\System.Private.CoreLib\src\System\Globalization\KoreanCalendar.cs (1)
92
return _helper.
GetDayOfYear
(time);
src\libraries\System.Private.CoreLib\src\System\Globalization\TaiwanCalendar.cs (1)
92
return _helper.
GetDayOfYear
(time);
src\libraries\System.Private.CoreLib\src\System\Globalization\ThaiBuddhistCalendar.cs (1)
73
return _helper.
GetDayOfYear
(time);