Method: RiCal::Properties::TimezonePeriod#tzoffsetfrom_property
- Defined in:
- lib/ri_cal/properties/timezone_period.rb
#tzoffsetfrom_property ⇒ Object
return the the TZOFFSETFROM property which will be an instances of RiCal::PropertyValueUtcOffset
- purpose (from RFC 2445)
-
This property specifies the offset which is in use prior to this time zone observance
see RFC 2445 4.8.3.3 pp 99-100
83 84 85 |
# File 'lib/ri_cal/properties/timezone_period.rb', line 83 def tzoffsetfrom_property @tzoffsetfrom_property end |