3 references to Year
System.ComponentModel.TypeConverter (1)
System\ComponentModel\DateOnlyConverter.cs (1)
98
return new InstanceDescriptor(typeof(DateOnly).GetConstructor(new Type[] { typeof(int), typeof(int), typeof(int) }), new object[] { date.
Year
, date.Month, date.Day });
System.Private.CoreLib (2)
src\libraries\System.Private.CoreLib\src\System\DateOnly.cs (2)
197
/// Deconstructs <see cref="DateOnly"/> by <see cref="
Year
"/>, <see cref="Month"/> and <see cref="Day"/>.
200
/// Deconstructed parameter for <see cref="
Year
"/>.