Gets the total number of days displayed in the WeekRange view.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
SyntaxC#
Copy Code
|
|---|
public int NumberOfDays { get; } |
Visual Basic
Copy Code
|
|---|
Public ReadOnly Property NumberOfDays As Integer |
An integer value specifying how many days are contained in the week range view.
RemarksUse the Date and EndDate properties of the Calendar control to set the time period displayed in the week range view.
See Also