module RiCal::CoreExtensions::Time::Conversions
-
©2009 Rick DeNatale
-
All rights reserved. Refer to the file README.txt for the license
Public Instance Methods
to_overlap_range_start()
click to toggle source
# File lib/ri_cal/core_extensions/time/conversions.rb, line 24 def to_overlap_range_start to_datetime end
Also aliased as: to_overlap_range_end
with_floating_timezone()
click to toggle source
Return a copy of this object which will be interpreted as a floating time.
# File lib/ri_cal/core_extensions/time/conversions.rb, line 31 def with_floating_timezone dup.set_tzid(:floating) end