ComponentOne ASP.NET MVC Controls
FormatYearMonth Property

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

Reference

Calendar Class
Calendar Members