Creates a new recurring event reference to be added to SelectedEvents list.
            
Namespace: DayPilot.Web.Mvc.Events.CommonAssembly: DayPilot.Web.Mvc (in DayPilot.Web.Mvc.dll) Version: 8.0.5796.0 (8.0.5796.0)
Syntax
| C# | 
|---|
public static EventInfo CreateRecurring( string recurrentMasterId, DateTime start )  | 
| Visual Basic | 
|---|
Public Shared Function CreateRecurring ( _ recurrentMasterId As String, _ start As DateTime _ ) As EventInfo  | 
| Visual C++ | 
|---|
public: static EventInfo^ CreateRecurring( String^ recurrentMasterId, DateTime start )  |