ApplicationInfoBuildDate Property

Gets the build date of the application, in UTC time.

Namespace:  Dundas.BI
Assembly:  Dundas.BI.Core (in Dundas.BI.Core.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax
public DateTime BuildDate { get; }

Property Value

Type: DateTime
The build date of the application, or MinValue if it could not be determined.
See Also