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

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