Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / DateTimeInterval Class / End Property

In This Topic
    End Property (DateTimeInterval)
    In This Topic
    Gets or sets the System.DateTime value representing the end of the interval.
    Syntax
    'Declaration
     
    
    Public Property End As Date
    public DateTime End {get; set;}
    See Also