I looking for way to convert COM object to DateTime and I saw a lot of articles about this problem
(like this one -https://msdn.microsoft.com/en-us/library/ms180872(v=vs.80).aspx
and this one-
How to read "uSNChanged" property using C# )
However, all of those articles talking about using an object from the interface IADsLargeInteger.
I tried to look for the namespace of this interface and I just couldn't find any clue.
Here is a code sample including everything you need to convert from the AD type to a DateTime: