WebCalendar provides feature to show week number in calendar.
This topic will show you how to enable/disable week number in WebCalendar.
To enable/disable week number
- Right-click on WebCalendar control and choose Properties.
- Set ShowWeekNumbers to True.
- Run the project. The week number depends on the FirstWeekOfYear
property. ShowWeekNumbers property is only applicable when ViewMode
is set to Month.