class RiCal::Component::Journal
-
©2009 Rick DeNatale, All rights reserved. Refer to the file README.txt for the license
A Journal (VJOURNAL) calendar component groups properties describing a journal entry. Journals may have multiple occurrences
to see the property accessing methods for this class see the RiCal::Properties::Journal module to see the methods for enumerating occurrences of recurring journals see the RiCal::OccurrenceEnumerator module
Public Instance Methods
finish_time()
Journals take up no calendar time, so the finish time is always the same as the #start_time
Alias for: start_time
start_time()
click to toggle source
Return a date_time representing the time at which the event starts
# File lib/ri_cal/component/journal.rb, line 18 def start_time dtstart.to_datetime end
Also aliased as: finish_time