ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / InputDateTimeTagHelper Class / WeeksBefore Property

In This Topic
    WeeksBefore Property (InputDateTimeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.InputDateBase.WeeksBefore. Sets the number of weeks to show on the calendar before the current month.
    Syntax
    'Declaration
     
    Public Property WeeksBefore As Integer
    public int WeeksBefore {get; set;}
    Remarks
    The default value for this property is zero.
    See Also