DkmModuleInstance.TimeDateStamp Property

Definition

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.

Applies to