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

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