Class | RiCal::PropertyValue::Date |
In: |
lib/ri_cal/property_value/date.rb
|
Parent: | PropertyValue |
RiCal::PropertyValue::CalAddress represents an icalendar Date property value which is defined in RFC 2445 section 4.3.4 p 34
Return the sum of the receiver and duration
The parameter other duration should be a RiCal::PropertyValue::Duration
The result will be an RiCal::PropertyValue::DateTime
Return the difference between the receiver and other
The parameter other should be either a RiCal::PropertyValue::Duration or a RiCal::PropertyValue::DateTime
If other is a Duration, the result will be a DateTime, if it is a DateTime the result will be a Duration
Return the "Natural’ property value for the date_property, in this case the date property itself."
Return an instance of RiCal::PropertyValue::DateTime representing the start of this date