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

In This Topic
    FormatYearMonth Property
    In This Topic
    Gets or sets the format used to display the month and year above the calendar in month view.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute("y")>
    Public Property FormatYearMonth As String
    [DefaultValue("y")]
    public string FormatYearMonth {get; set;}
    Remarks
    The default value for this property is 'y'.
    See Also