Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.Win.C1Schedule Namespace / TimeInterval Class / End Property

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