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






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