KAlarm Library
karecurrence.h
134 bool set(Type t, int freq, int count, const KDateTime& start, const KDateTime& end, Feb29Type f29);
144 bool init(KCalCore::RecurrenceRule::PeriodType t, int freq, int count, const KDateTime& start, const KDateTime& end);
146 bool init(KCal::RecurrenceRule::PeriodType t, int freq, int count, const KDateTime& start, const KDateTime& end);
156 bool init(KCalCore::RecurrenceRule::PeriodType t, int freq, int count, const KDateTime& start, const KDateTime& end, Feb29Type f29);
@ ANNUAL_DATE
yearly, on a specified date in each of the specified months
Definition karecurrence.h:75
@ ANNUAL_POS
yearly, on specified weekdays in the specified weeks of the specified months
Definition karecurrence.h:76
@ MONTHLY_POS
monthly, on specified weekdays in a specified week of the month
Definition karecurrence.h:73
Feb29Type
When annual February 29th recurrences should occur in non-leap years.
Definition karecurrence.h:80
bool operator!=(const KARecurrence &r) const
Comparison operator for inequality.
Definition karecurrence.h:112
bool operator==(const KARecurrence &r) const
Comparison operator for equality.
Definition karecurrence.cpp:127
PeriodType
SortableList< KDateTime > DateTimeList
SortableList< QDate > DateList
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.