Class Icalendar::Daylight
In: lib/icalendar/component/timezone.rb
Parent: Timezone

A Daylight component is a sub-component of the Timezone component which is used to describe the time offset for what is commonly known as daylight savings time.

Methods

new  

Public Class methods

[Source]

    # File lib/icalendar/component/timezone.rb, line 69
69:     def initialize()
70:       super("DAYLIGHT")
71:     end

[Validate]