2 writes to wSecond
mscorlib (2)
system\datetime.cs (2)
1110
wSecond
= (ushort) second;
1128
wSecond
= (ushort) dt.Second;
1 reference to wSecond
mscorlib (1)
system\datetime.cs (1)
1207
ticks += TimeToTicks(time.wHour, time.wMinute, time.
wSecond
);