ApplicationInfoDataBuildDate Property |
Gets the build date of the application, in UTC time.
Namespace:
Dundas.BI.WebApi.Models
Assembly:
Dundas.BI.WebApiCore (in Dundas.BI.WebApiCore.dll) Version: 2.0.0.0 (24.3.0.1000)
Syntax [DataMemberAttribute(Name = "buildDate", EmitDefaultValue = false)]
public DateTime? BuildDate { get; set; }
<DataMemberAttribute(Name := "buildDate", EmitDefaultValue := false)>
Public Property BuildDate As DateTime?
Get
Set
public:
[DataMemberAttribute(Name = L"buildDate", EmitDefaultValue = false)]
property Nullable<DateTime> BuildDate {
Nullable<DateTime> get ();
void set (Nullable<DateTime> value);
}
[<DataMemberAttribute(Name = "buildDate", EmitDefaultValue = false)>]
member BuildDate : Nullable<DateTime> with get, set
Property Value
Type:
NullableDateTimeThe build date of the application, or
MinValue if it could not be determined.
See Also