ApplicationInfo.ExeLinkTimeStamp
| ApplicationInfo = class static (TObject) | Interface de ApplicationInfo | Exemples de ApplicationInfo |
Qubes 7.2 Timestamp de la création de l'exécutable courant
Syntaxe
class function ExeLinkTimeStamp(): Integer
Remarques
Retourne au format UnixTime la date et l'heure de la création de l'executable.
Cette date fait partie du fichier executable, et n'est pas influencée par la date du fichier.
Exemples
var ageInSeconds := UnixTime - ApplicationInfo.ExeLinkTimeStamp;
PrintLn('This executable was compiled ' + (ageInSeconds /86400).ToString(1) + ' days ago');
PrintLn('This executable was compiled ' + (ageInSeconds /86400).ToString(1) + ' days ago');