ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / Max Property






In This Topic
    Max Property (Calendar)
    In This Topic
    Gets or sets the latest date that the user can select in the calendar.
    Syntax
    'Declaration
     
    
    <JsonAttribute(2)>
    Public Property Max As System.Date
    'Usage
     
    
    Dim instance As Calendar
    Dim value As System.Date
     
    instance.Max = value
     
    value = instance.Max
    [Json(2)]
    public System.DateTime Max {get; set;}
    public read-write property Max: System.DateTime; 
    JsonAttribute(2)
    public function get,set Max : System.DateTime
    [Json(2)]
    public: __property System.DateTime get_Max();
    public: __property void set_Max( 
       System.DateTime value
    );
    [Json(2)]
    public:
    property System.DateTime Max {
       System.DateTime get();
       void set (    System.DateTime value);
    }
    See Also