Module RiCal::Properties::Timezone
In: lib/ri_cal/properties/timezone.rb
  • ©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

Methods

Public Instance methods

return the value of the LAST-MODIFIED property which will be an instance of ZuluDateTime

set the value of the LAST-MODIFIED property

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

set the LAST-MODIFIED property property value should be an instance of RiCal::PropertyValueZuluDateTime

return the value of the TZID property which will be an instance of String

set the value of the TZID property

return the the TZID property which will be an instances of RiCal::PropertyValueText

[purpose (from RFC 2445)] This property specifies the text value that uniquely indentifies the "VTIMEZONE" calendar component.

see RFC 2445 4.8.3.1 pp 97-98

set the TZID property property value should be an instance of RiCal::PropertyValueText

return the value of the TZURL property which will be an instance of Uri

set the value of the TZURL property

return the the TZURL property which will be an instances of RiCal::PropertyValueUri

[purpose (from RFC 2445)] 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

set the TZURL property property value should be an instance of RiCal::PropertyValueUri

[Validate]