Module RiCal::CoreExtensions::Time::TzidAccess
In: lib/ri_cal/core_extensions/time/tzid_access.rb
  • ©2009 Rick DeNatale
  • All rights reserved. Refer to the file README.txt for the license
 Provides a tzid attribute for ::Time and ::DateTime

Methods

Attributes

tzid  [RW]  The tzid attribute is used by RiCal, it should be a valid timezone identifier within a calendar, :floating to indicate a floating time, or nil to use the default timezone in effect

See PropertyValue::DateTime#default_tzid= and Component::Calendar#tzid=

Public Instance methods

Predicate indicating whether or not the instance represents a floating time

Convenience method, sets the tzid and returns the receiver

[Validate]