Dear Team,
Querying by flight no./date, which function(s) return scheduled and actual departure/arrival time?
Thanks
Osama
Dear Team,
Querying by flight no./date, which function(s) return scheduled and actual departure/arrival time?
Thanks
Osama
FlightInfoEx is the function you want, most likely. The scheduled times are available in the “filed_" members, and the actual are in the "actual” members. You only specify the flight ident (which is the ICAO airline code + flight number, in most cases) and don’t need to specify the date, since it returns multiple recent flights and the next day or two into the future.