Method: RiCal::Properties::TimezonePeriod#dtstart
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#dtstart ⇒ Object
return the value of the DTSTART property which will be an instance of either DateTime or Date
34 35 36 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 34 def dtstart dtstart_property ? dtstart_property.ruby_value : nil end |