Scheduler for WinForms | ComponentOne
C1.Win.C1Schedule.4.5.2 Assembly / C1.C1Schedule Namespace / Appointment Class / LastAcceptedStart Property

In This Topic
    LastAcceptedStart Property (Appointment)
    In This Topic
    For internal use only. The last saved start value (it doesn't changed between BeginEdit/EndEdit calls).
    Syntax
    'Declaration
     
    Public Property LastAcceptedStart As System.Date
    public System.DateTime LastAcceptedStart {get; set;}
    See Also