Click or drag to resize

VersionInfoTimeStamp Property

The assembly time stamp from the portable executable header

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.0.8475.0
Syntax
C#
public DateTimeOffset TimeStamp { get; }

Return Value

DateTimeOffset
The date and time the assembly was compiled, or MinValue if the value cannot be determined
Remarks
This method will not return a useful value for an assembly compiled with the deterministic attribute
See Also