IAboutViewBuildDate Property |
Gets or sets the application's build date.
Namespace: VirtualRadar.Interface.ViewAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax DateTime BuildDate { get; set; }
Property BuildDate As DateTime
Get
Set
property DateTime BuildDate {
DateTime get ();
void set (DateTime value);
}
abstract BuildDate : DateTime with get, set
Property Value
Type:
DateTimeSee Also