Method: RiCal::Properties::TimezonePeriod#tzoffsetto_property

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

#tzoffsetto_propertyObject

return the the TZOFFSETTO property which will be an instances of RiCal::PropertyValueUtcOffset

purpose (from RFC 2445)

This property specifies the offset which is in use in this time zone observance

see RFC 2445 4.8.3.4 pp 100-101



50
51
52
# File 'lib/ri_cal/properties/timezone_period.rb', line 50

def tzoffsetto_property
  @tzoffsetto_property
end