ComponentOne Calendar for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Calendar Namespace / C1Calendar Class / WeekRule Property

In This Topic
    WeekRule Property
    In This Topic
    Defines different rules for determining the first week of the year.
    Syntax
    'Declaration
     
    Public Property WeekRule As System.Globalization.CalendarWeekRule
    public System.Globalization.CalendarWeekRule WeekRule {get; set;}
    See Also