Method: RiCal::Properties::TimezonePeriod#dtstart=

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

#dtstart=(ruby_value) ⇒ Object

set the value of the DTSTART property



28
29
30
# File 'lib/ri_cal/properties/timezone_period.rb', line 28

def dtstart=(ruby_value)
  self.dtstart_property= RiCal::PropertyValue::DateTime.convert(self, ruby_value)
end