©2009 Rick DeNatale
All rights reserved. Refer to the file README.txt for the license
A Todo (VTODO) calendar component groups properties describing a to-do Todos may have multiple occurrences Todos may also contain one or more ALARM subcomponents to see the property accessing methods for this class see the RiCal::Properties::Todo module to see the methods for enumerating occurrences of recurring to-dos see the RiCal::OccurrenceEnumerator module
Return a date_time representing the time at which the todo is due
# File lib/ri_cal/component/todo.rb, line 30 def finish_time if due due_property.to_finish_time elsif duration_property && dtstart_property (dtstart_property + duration_property).to_finish_time else nil end end
Generated with the Darkfish Rdoc Generator 2.