Scheduler for UWP | ComponentOne
C1.Xaml.Schedule Namespace / C1Scheduler Class / Start Property

In This Topic
    Start Property (C1Scheduler)
    In This Topic
    Gets or sets a DateTime that defines a beginning of an overall period of time that can be represented by the control. This is a dependency property.
    Syntax
    'Declaration
     
    
    <C1CategoryAttribute("Calendar")>
    <C1DescriptionAttribute("C1Scheduler.Start", "Defines a beginning of an overall period of time that can be represented by the control.")>
    Public Property Start As Date
    [C1Category("Calendar")]
    [C1Description("C1Scheduler.Start", "Defines a beginning of an overall period of time that can be represented by the control.")]
    public DateTime Start {get; set;}
    See Also