Calendar for WPF | ComponentOne
C1.WPF.Calendar Namespace / CalendarHelper Class / FirstDate Property

In This Topic
    FirstDate Property
    In This Topic
    Gets or sets the System.DateTime value specifying minimum date allowed.
    Syntax
    'Declaration
     
    
    Public Property FirstDate As Date
    public DateTime FirstDate {get; set;}
    See Also