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