Method: RiCal::Properties::TimezonePeriod#dtstart_property=
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#dtstart_property=(property_value) ⇒ Object
set the DTSTART property property value should be an instance of either RiCal::PropertyValue::DateTime or RiCal::PropertyValue::Date
23 24 25 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 23 def dtstart_property=(property_value) @dtstart_property = property_value ? property_value.for_parent(self) : nil end |