VersionInfoFileDate Property
Gets the date and time the assembly was compiled.
Namespace: InnerDrive.CoreAssembly: InnerDrive.Core (in InnerDrive.Core.dll) Version: 5.2.9017.0
public DateTime FileDate { get; }
Return Value
DateTime
A
DateTime structure containing
the date and time (UTC) that the assembly was compiled.
var versionInfo = new VersionInfo();
var appDate = versionInfo.FileDate;
// Returns "2022-01-16 18:00"