RadControls for ASP.NET AJAX
Summary description for RecurringEvents.
DayInMonth - Only the day part of the date is taken into account. That gives the ability to serve events repeated every month on the same day.
DayAndMonth - The month and the day part of the date is taken into account. That gives the ability to serve events repeated in a specific month on the same day.
Today - gives the ability to control the visual appearace of today's date.
None - Default value, means that the day in question is a single point event, no recurrences.
Namespace: Telerik.Web.UI.CalendarAssembly: Telerik.Web.UI (in Telerik.Web.UI.dll) Version: 2013.2.522.0 (2013.02.0522.0)
Syntax
| C# |
|---|
public enum RecurringEvents |
| Visual Basic |
|---|
Public Enumeration RecurringEvents |
Members
See Also