ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / InputDateBase Class / WeeksBefore Property

In This Topic
    WeeksBefore Property (InputDateBase)
    In This Topic
    Gets or sets the number of weeks to show on the calendar before the current month.
    Syntax
    'Declaration
     
    
    <DefaultValueAttribute(0)>
    Public Property WeeksBefore As Integer
    [DefaultValue(0)]
    public int WeeksBefore {get; set;}
    Remarks
    The default value for this property is zero.
    See Also