HasDaylightPeriod property

bool HasDaylightPeriod
Gets a value indicating whether the custom time zone should have a daylight period.

Implementation

bool get HasDaylightPeriod =>
    !StringUtils.IsNullOrEmpty(this._daylightDisplayName);