Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / DateTimeInterval Class / DateTimeInterval Constructor
The System.DateTime value representing the beginning of the interval.
The System.DateTime value representing the end of the interval.

In This Topic
    DateTimeInterval Constructor
    In This Topic
    Initializes a new instance of the DateTimeInterval class.
    Syntax
    'Declaration
     
    
    Public Function New( _
       ByVal start As Date, _
       ByVal end As Date _
    )
    public DateTimeInterval( 
       DateTime start,
       DateTime end
    )

    Parameters

    start
    The System.DateTime value representing the beginning of the interval.
    end
    The System.DateTime value representing the end of the interval.
    See Also