Application.BuildDate
From Xojo Documentation
This item was deprecated in version 2019r2. Please use Application.BuildDateTime as a replacement. |
Read-Only Property (As Date )
Contains the date and time when the application was built.
Notes
You can also access the CreationDate property of the application's FolderItem by calling App.ExecutableFile.CreationDate.
Sample Code
The following code gets the build date and displays it in a Label.