Method: RiCal::Properties::Journal#created_property=
- Defined in:
- lib/ri_cal/properties/journal.rb
#created_property=(property_value) ⇒ Object
set the CREATED property property value should be an instance of RiCal::PropertyValueZuluDateTime
56 57 58 |
# File 'lib/ri_cal/properties/journal.rb', line 56 def created_property=(property_value) @created_property = property_value end |