FlightReportJsonFromDate Property |
Gets or sets the first date that the report covers.
Namespace: VirtualRadar.Interface.WebSiteAssembly: VirtualRadar.Interface (in VirtualRadar.Interface.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax public string FromDate { get; set; }
Public Property FromDate As String
Get
Set
public:
property String^ FromDate {
String^ get ();
void set (String^ value);
}
member FromDate : string with get, set
Property Value
Type:
StringSee Also