FlightReportJsonToDate Property |
Gets or sets the last 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 ToDate { get; set; }
Public Property ToDate As String
Get
Set
public:
property String^ ToDate {
String^ get ();
void set (String^ value);
}
member ToDate : string with get, set
Property Value
Type:
StringSee Also