Method: RiCal::Component::TZInfoTimezone::Periods#daylight_period

Defined in:
lib/ri_cal/component/t_z_info_timezone.rb

#daylight_period(this_period, previous_period) ⇒ Object



62
63
64
# File 'lib/ri_cal/component/t_z_info_timezone.rb', line 62

def daylight_period(this_period, previous_period)
  @daylight_period ||= Period.new("DAYLIGHT", this_period, previous_period)
end