1 write to wMilliseconds
System.DirectoryServices (1)
Interop\AdsValueHelper2.cs (1)
125
wMilliseconds
= HighOfInt(adsvalue.generic.d)
1 reference to wMilliseconds
System.DirectoryServices (1)
Interop\AdsValueHelper2.cs (1)
128
return new DateTime(st.wYear, st.wMonth, st.wDay, st.wHour, st.wMinute, st.wSecond, st.
wMilliseconds
);