2 writes to wYear
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1307
wYear
= mchi.st.wYear,
System.Windows.Forms.Primitives (1)
_generated\471\Windows.Win32.SYSTEMTIME.g.cs (1)
93
wYear
= (ushort)time.Year,
5 references to wYear
System.Windows.Forms (1)
System\Windows\Forms\Controls\MonthCalendar\MonthCalendar.cs (1)
1307
wYear = mchi.st.
wYear
,
System.Windows.Forms.Primitives (4)
_generated\471\Windows.Win32.SYSTEMTIME.g.cs (4)
55
public bool Equals(SYSTEMTIME other) => this.
wYear
== other.
wYear
&& this.wMonth == other.wMonth && this.wDayOfWeek == other.wDayOfWeek && this.wDay == other.wDay && this.wHour == other.wHour && this.wMinute == other.wMinute && this.wSecond == other.wSecond && this.wMilliseconds == other.wMilliseconds;
59
public override int GetHashCode() => (this.
wYear
, this.wMonth, this.wDayOfWeek, this.wDay, this.wHour, this.wMinute, this.wSecond, this.wMilliseconds).GetHashCode();
75
return new global::System.DateTime(sysTime.
wYear
, sysTime.wMonth, sysTime.wDay, sysTime.wHour, sysTime.wMinute, sysTime.wSecond, sysTime.wMilliseconds);