ComponentOne ASP.NET MVC Controls
FormatYear Property

C1.Web.Mvc Namespace > Calendar Class : FormatYear Property
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

Reference

Calendar Class
Calendar Members