ComponentOne Dialog for ASP.NET Web Forms
C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1EventsCalendar Namespace / RecurrencePattern Class / RecurrencePattern Constructor / RecurrencePattern Constructor(String,Hashtable)
The parent id.
The raw pattern data.

In This Topic
    RecurrencePattern Constructor(String,Hashtable)
    In This Topic
    Initializes a new instance of the RecurrencePattern class.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal parentRecurrenceId As System.String, _
       ByVal rawData As System.Collections.Hashtable _
    )
    public RecurrencePattern( 
       System.string parentRecurrenceId,
       System.Collections.Hashtable rawData
    )

    Parameters

    parentRecurrenceId
    The parent id.
    rawData
    The raw pattern data.
    See Also