Method: RiCal::Properties::Journal#dtstamp=
- Defined in:
- lib/ri_cal/properties/journal.rb
#dtstamp=(ruby_value) ⇒ Object
set the value of the DTSTAMP property
160 161 162 |
# File 'lib/ri_cal/properties/journal.rb', line 160 def dtstamp=(ruby_value) self.dtstamp_property= RiCal::PropertyValue::ZuluDateTime.convert(self, ruby_value) end |