Method: RiCal::Properties::Journal#last_modified_property

Defined in:
lib/ri_cal/properties/journal.rb

#last_modified_propertyObject

return the the LAST-MODIFIED property which will be an instances of RiCal::PropertyValueZuluDateTime

purpose (from RFC 2445)

This property specifies the date and time that the information associated with the calendar component was last revised in teh calendar store.

see RFC 2445 4.8.7.3 p 131



182
183
184
# File 'lib/ri_cal/properties/journal.rb', line 182

def last_modified_property
  @last_modified_property
end