firstAirDateGTE property

Date? firstAirDateGTE
final

Filter and only include TV shows that have a original air date that is greater or equal to the specified value. Can be used in conjunction with the "include_null_first_air_dates" filter if you want to include items with no air date.

Implementation

final Date? firstAirDateGTE;