Method: RiCal::Properties::Journal#dtstamp
- Defined in:
- lib/ri_cal/properties/journal.rb
#dtstamp ⇒ Object
return the value of the DTSTAMP property which will be an instance of ZuluDateTime
166 167 168 |
# File 'lib/ri_cal/properties/journal.rb', line 166 def dtstamp dtstamp_property ? dtstamp_property.ruby_value : nil end |