class RiCal::PropertyValue::ZuluDateTime
-
©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
RiCal::PropertyValue::CalAddress represents an icalendar CalAddress property value which is defined in RFC 2445 section 4.3.5 pp 35-37
Public Instance Methods
to_ri_cal_zulu_date_time()
click to toggle source
# File lib/ri_cal/property_value/zulu_date_time.rb, line 23 def to_ri_cal_zulu_date_time self end
tzid()
click to toggle source
# File lib/ri_cal/property_value/zulu_date_time.rb, line 10 def tzid "UTC" end