Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / DateTimeInterval Class / Start Property

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