Gets or sets the RecurrenceTypeEnum value determining the type of recurrence (daily, monthly, etc.). Default value is RecurrenceTypeEnum.Weekly.

Namespace:  C1.C1Schedule
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
public RecurrenceTypeEnum RecurrenceType { get; set; }
Visual Basic
Public Property RecurrenceType As RecurrenceTypeEnum
	Get
	Set

See Also