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






In This Topic
    DisplayMonth Property (Calendar)
    In This Topic
    Gets or sets the month displayed in the calendar.
    Syntax
    'Declaration
     
    
    Public Property DisplayMonth As System.Date
    'Usage
     
    
    Dim instance As Calendar
    Dim value As System.Date
     
    instance.DisplayMonth = value
     
    value = instance.DisplayMonth
    public System.DateTime DisplayMonth {get; set;}
    public read-write property DisplayMonth: System.DateTime; 
    public function get,set DisplayMonth : System.DateTime
    public: __property System.DateTime get_DisplayMonth();
    public: __property void set_DisplayMonth( 
       System.DateTime value
    );
    public:
    property System.DateTime DisplayMonth {
       System.DateTime get();
       void set (    System.DateTime value);
    }
    See Also