SupportsDaylight property

bool SupportsDaylight
Gets a value indicating whether this group contains a transition to the Daylight period.

Implementation

bool get SupportsDaylight => this.transitions.length == 2;