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 (25.3.0.1000)
Syntaxpublic DateTime BuildDate { get; }Public ReadOnly Property BuildDate As DateTime
	Get
public:
property DateTime BuildDate {
	DateTime get ();
}member BuildDate : DateTime with get
Property Value
Type: 
DateTimeThe build date of the application, or 
MinValue if it could not be determined.
See Also