PocketPlanner Programmer's Guide

WeekRangeSettings.NumberOfDays Property

See Also

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

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public int NumberOfDays { get; }

Visual Basic

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