8 references to GetDatePart
mscorlib (8)
system\datetime.cs (2)
507
GetDatePart
(out y, out m, out d);
1120
dt.
GetDatePart
(out year, out month, out day);
system\globalization\datetimeformat.cs (2)
995
dateTime.
GetDatePart
(out year, out month, out day);
1020
dateTime.
GetDatePart
(out year, out month, out day);
system\globalization\gregoriancalendar.cs (1)
299
time.
GetDatePart
(out y, out m, out d);
system\globalization\hebrewcalendar.cs (1)
549
time.
GetDatePart
(out gregorianYear, out gregorianMonth, out gregorianDay);
system\globalization\umalquracalendar.cs (1)
362
dt.
GetDatePart
(out yg, out mg, out dg);
system\timezoneinfo.cs (1)
3460
timeOfDay.
GetDatePart
(out timeOfDayYear, out timeOfDayMonth, out timeOfDayDay);