Scheduler for UWP | ComponentOne
C1.C1Schedule Namespace / Appointment Class / Start Property

In This Topic
    Start Property (Appointment)
    In This Topic
    Gets or sets the System.DateTime value determining the start date and time of the appointment.
    Syntax
    'Declaration
     
    
    Public Property Start As Date
    public DateTime Start {get; set;}
    Remarks

    If the AllDayEvent property is set to true, then the start date of the appointment is the System.DateTime.Date of the Start, and the start time of the appointment is 0:00.

    At setting this property, if it's time is not equal 0:00, the AllDayEvent property will be set to false.

    See Also