Method: RiCal::Properties::Journal#dtstart_property=
- Defined in:
- lib/ri_cal/properties/journal.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
122 123 124 |
# File 'lib/ri_cal/properties/journal.rb', line 122 def dtstart_property=(property_value) @dtstart_property = property_value ? property_value.for_parent(self) : nil end |