departureDate property

Date? departureDate
getter/setter pair

Date of the flight in the time zone of the origin airport.

Only year is required for typical flight and distance-based emissions models (month and day values are ignored and therefore, can be either omitted, set to 0, or set to a valid date for those cases). Correspondingly, if a specific date is not provided for TIM emissions, we will fallback to typical flight (or distance-based) emissions.

Required.

Implementation

Date? departureDate;