IEvent Members
From Calendar.NET
| A Sandcastle Documented Class Library |
| IEvent Members |
| IEvent Interface Methods Properties See Also Send Feedback |
The IEvent type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Clone |
A function for cloning an event instance
|
Properties
| Name | Description | |
|---|---|---|
| CustomRecurringFunction |
Set this to a custom function that will automatically determine if the event should be rendered on a given day.
This is only executed if RecurringFrequency is set to custom.
| |
| Date |
The Date that the event occurs
| |
| Enabled |
True if the event is enabled, otherwise false
| |
| EventColor |
The color that the event show up in on the calendar
| |
| EventFont |
The font describing the appearance of the event
| |
| EventLengthInHours |
A value indicating the length of the event, in hours.
| |
| EventText |
The name of the event
| |
| EventTextColor |
The text color of the event
| |
| IgnoreTimeComponent |
True if the time component of the date can be ignored
| |
| Rank |
The ranking of the event that determines the order in which it is displayed on a particular day
| |
| ReadOnlyEvent |
True if the event details cannot be modified
| |
| RecurringFrequency |
A value indicating how often the event occurs
| |
| ThisDayForwardOnly |
If this is a recurring event, set this to true to make the event show up only from the day specified forward
| |
| TooltipEnabled |
True if a tooltip should be displayed when hovering over the event
|