Method: RiCal::Properties::Journal#last_modified
- Defined in:
- lib/ri_cal/properties/journal.rb
#last_modified ⇒ Object
return the value of the LAST-MODIFIED property which will be an instance of ZuluDateTime
199 200 201 |
# File 'lib/ri_cal/properties/journal.rb', line 199 def last_modified last_modified_property ? last_modified_property.ruby_value : nil end |