©2009 Rick DeNatale
All rights reserved. Refer to the file README.txt for the license
Properties::Timezone provides property accessing methods for the Timezone class This source file is generated by the rical:gen_propmodules rake tasks, DO NOT EDIT
return the value of the LAST-MODIFIED property which will be an instance of ZuluDateTime
# File lib/ri_cal/properties/timezone.rb, line 67 def last_modified last_modified_property ? last_modified_property.ruby_value : nil end
set the value of the LAST-MODIFIED property
# File lib/ri_cal/properties/timezone.rb, line 61 def last_modified=(ruby_value) self.last_modified_property= RiCal::PropertyValue::ZuluDateTime.convert(self, ruby_value) end
return the the LAST-MODIFIED property which will be an instances of RiCal::PropertyValueZuluDateTime
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
# File lib/ri_cal/properties/timezone.rb, line 50 def last_modified_property @last_modified_property end
set the LAST-MODIFIED property property value should be an instance of RiCal::PropertyValueZuluDateTime
# File lib/ri_cal/properties/timezone.rb, line 56 def last_modified_property=(property_value) @last_modified_property = property_value end
return the value of the TZID property which will be an instance of String
# File lib/ri_cal/properties/timezone.rb, line 34 def tzid tzid_property ? tzid_property.ruby_value : nil end
set the value of the TZID property
# File lib/ri_cal/properties/timezone.rb, line 28 def tzid=(ruby_value) self.tzid_property= RiCal::PropertyValue::Text.convert(self, ruby_value) end
return the the TZID property which will be an instances of RiCal::PropertyValueText
This property specifies the text value that uniquely indentifies the “VTIMEZONE” calendar component.
see RFC 2445 4.8.3.1 pp 97-98
# File lib/ri_cal/properties/timezone.rb, line 17 def tzid_property @tzid_property end
set the TZID property property value should be an instance of RiCal::PropertyValueText
# File lib/ri_cal/properties/timezone.rb, line 23 def tzid_property=(property_value) @tzid_property = property_value end
return the value of the TZURL property which will be an instance of Uri
# File lib/ri_cal/properties/timezone.rb, line 100 def tzurl tzurl_property ? tzurl_property.ruby_value : nil end
set the value of the TZURL property
# File lib/ri_cal/properties/timezone.rb, line 94 def tzurl=(ruby_value) self.tzurl_property= RiCal::PropertyValue::Uri.convert(self, ruby_value) end
return the the TZURL property which will be an instances of RiCal::PropertyValueUri
The TZURL provies a means for a VTIMEZONE component to point to a network location that can be used to retrieve an up-to_date version of itself.
see RFC 2445 4.8.3.4 p 101
# File lib/ri_cal/properties/timezone.rb, line 83 def tzurl_property @tzurl_property end
Generated with the Darkfish Rdoc Generator 2.