localScheduledArrivalDateTime property

String? localScheduledArrivalDateTime
getter/setter pair

The scheduled time the aircraft plans to reach the destination gate (not the runway).

Note: This field should not change too close to the flight time. For updates to departure times (delays, etc), please set localEstimatedOrActualArrivalDateTime. This is an ISO 8601 extended format date/time without an offset. Time may be specified up to millisecond precision. eg: 2027-03-05T06:30:00 This should be the local date/time at the airport (not a UTC time). Google will reject the request if UTC offset is provided. Time zones will be calculated by Google based on arrival airport. If this is not set, Google will set it based on data from other sources.

Implementation

core.String? localScheduledArrivalDateTime;