Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / CalendarBase Class / MinDate Property

In This Topic
    MinDate Property (CalendarBase)
    In This Topic
    Gets or sets the minimum allowable date. The default is 01/01/1753. This is a dependency property.
    Syntax
    'Declaration
     
    
    Public Property MinDate As Date
    public DateTime MinDate {get; set;}
    See Also