ASP.NET Pack Programmer's Guide
MonthSettings.LeadingWeekCount Property
See Also
 





Gets or sets the number of full weeks to display from the previous month.

Namespace: MindFusion.Scheduling.WebForms
Package: MindFusion.Scheduling.WebForms

 Syntax

C#  Copy Code

public int LeadingWeekCount { get; set; }

Visual Basic  Copy Code

Public Property LeadingWeekCount As Integer

 Property Value

A non-negative integer value specifying the number of full weeks to display from the previous month. Default value is 0.

 See Also

MonthSettings Members
MonthSettings Class
MindFusion.Scheduling.WebForms Namespace