Scheduler for WinForms | ComponentOne
C1.ScheduleCore Assembly / C1.Schedule Namespace / Appointment Class / EndDate Property

In This Topic
    EndDate Property (Appointment)
    In This Topic
    Returns the appointment end date.
    Syntax
    'Declaration
     
    Public ReadOnly Property EndDate As System.Date
    public System.DateTime EndDate {get;}
    See Also