Method: RiCal::Properties::TimezonePeriod#dtstart_property

Defined in:
lib/ri_cal/properties/timezone_period.rb

#dtstart_propertyObject

return the the DTSTART property which will be an instances of either RiCal::PropertyValue::DateTime or RiCal::PropertyValue::Date

purpose (from RFC 2445)

This property specifies when the calendar component begins.

see RFC 2445 4.8.2.4 pp 93-94



17
18
19
# File 'lib/ri_cal/properties/timezone_period.rb', line 17

def dtstart_property
  @dtstart_property
end