DkmModuleInstance.TimeDateStamp Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Date/Time of when the loaded module was built. This value is obtained from the IMAGE_NT_HEADERS of the loaded module. The unit of measurement is a FILETIME value, which is a 64-bit value representing the number of 100-nanosecond intervals since January 1, 1601 (UTC).
public:
property System::UInt64 TimeDateStamp { System::UInt64 get(); };
public:
property unsigned long long TimeDateStamp { unsigned long long get(); };
public ulong TimeDateStamp { get; }
member this.TimeDateStamp : uint64
Public ReadOnly Property TimeDateStamp As ULong
Property Value
Returns UInt64.