VersionInfoTimeStamp Property

The assembly time stamp from the portable executable header

Definition

Namespace: InnerDrive.Core
Assembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
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