ComponentOne ASP.NET MVC Controls
FormatDays Property

C1.Web.Mvc Namespace > Calendar Class : FormatDays Property
Gets or sets the format used to display the days in month view.
Syntax
'Declaration
 
<DefaultValueAttribute("d ")>
Public Property FormatDays As String
[DefaultValue("d ")]
public string FormatDays {get; set;}
Remarks
The default value for this property is 'd ' (the space after the 'd' prevents the format from being interpreted as 'd', the standard format used to represent the short date pattern).
See Also

Reference

Calendar Class
Calendar Members