Version

WeekRule Property (WebScheduleInfo)

The rule used to determine how the first week of the year is calculated.
Syntax
'Declaration
 
Public Property WeekRule As CalendarWeekRule
public CalendarWeekRule WeekRule {get; set;}
Remarks

The .NET Framework supports several calendar rules for calculating the first week of each year with it's CalendarWeekRule enumeration. WebScheduleInfo allows applications to use any of the supported calendar rules for all attached WebSchedule view elements.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also