Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / DateTimeInfo Class / DateTimeInfo Constructor
The base System.DateTime value.
The CalendarHelper object holding the calendar specific information.

In This Topic
    DateTimeInfo Constructor
    In This Topic
    Initializes the new instance of the DateTimeInfo class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal baseDateTime As Date, _
       ByVal helper As CalendarHelper _
    )
    public DateTimeInfo( 
       DateTime baseDateTime,
       CalendarHelper helper
    )

    Parameters

    baseDateTime
    The base System.DateTime value.
    helper
    The CalendarHelper object holding the calendar specific information.
    See Also