Enum CalendarMarkRepeatType
Definition
- Namespace:
- ElmSharp
- Assembly:
- ElmSharp.dll
Enumeration for event periodicity, used to define if a mark should be repeated beyond the event's day. It's set when a mark is added.
public enum CalendarMarkRepeatType
Fields
Name | Description |
---|---|
Annually | Marks will be displayed every year that coincides to the event day. |
Daily | Marks will be displayed every day after the event day. |
LastDayOfMonth | Marks will be displayed every last day of month after the event day. |
Monthly | Marks will be displayed every month that coincides to the event day. |
Unique | Default value. Marks will be displayed only on the event day. |
Weekly | Marks will be displayed every week after the event day. |