Enum CalendarTypes.Recurrence
Definition
- Assembly:
- Tizen.Pims.Calendar.dll
Enumeration for the frequency of an event's recurrence.
public enum CalendarTypes.Recurrence
Fields
| 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. |