ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / Calendar Class / FormatDays Property

In This Topic
    FormatDays Property
    In This Topic
    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