Scheduler for WPF | ComponentOne
C1.WPF.Schedule Namespace / CalendarHelper Class / CalendarHelper Constructor

In This Topic
    CalendarHelper Constructor
    In This Topic
    Initializes a new instance of the CalendarHelper class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal info As CalendarInfo _
    )
    public CalendarHelper( 
       CalendarInfo info
    )

    Parameters

    info
    See Also