Search
WeekRangeSettings.NumberOfDays Property
See Also
 





Gets the total number of days displayed in the WeekRange view.

Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public int NumberOfDays { get; }

Visual Basic  Copy Code

Public ReadOnly Property NumberOfDays As Integer

 Property Value

An integer value specifying how many days are contained in the week range view.

 Remarks

Use the Date and EndDate properties of the Calendar control to set the time period displayed in the week range view.

 See Also