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
 
Remarks
The default value for this property is 'yyyy'.
See Also