4 references to Year
System (1)
compmod\system\componentmodel\DateTimeOffsetConverter.cs (1)
159dto.Year, dto.Month, dto.Day, dto.Hour, dto.Minute, dto.Second, dto.Millisecond, dto.Offset });
System.Xml (3)
System\Xml\BinaryXml\SqlUtils.cs (3)
918WriteDate(sb, dto.Year, dto.Month, dto.Day); 926WriteDate(sb, dto.Year, dto.Month, dto.Day); 982return (int)(dt.Ticks - new DateTime(dt.Year, dt.Month, dt.Day, dt.Hour, dt.Minute, dt.Second).Ticks);