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

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