Enum CalendarTypes.Recurrence

Definition

Namespace:
Tizen.Pims.Calendar
Assembly:
Tizen.Pims.Calendar.dll
API Level:
4

Enumeration for the frequency of an event's recurrence.

C#
Copy
public enum Recurrence
Name Description
Daily

An event occurs every day.

Monthly

An event occurs on the same day of every month.

None

No recurrence event.

Weekly

An event occurs on the same day of every week. According to the week flag, the event will recur every day of the week.

Yearly

An event occurs on the same day of every year.