AirlineFlightSchedules startDate only queries departure

The AirlineFlightSchedules class has the parameters startDate and endDate that queries flight departures.
Is there any way to query flight arrival for scheduled flights?

You will need to make your query on the startDate wide enough to accomodate the departure time, and then filter the results for just the flights that meet your arrival date criteria.