PocketPlanner Programmer's Guide

Calendar.WeekRangeSettings Property

See Also

Gets the WeekRangeSettings object used to customize the visualization of weeks in a WeekRange view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public WeekRangeSettings WeekRangeSettings { get; }

Visual Basic

Public ReadOnly Property WeekRangeSettings As WeekRangeSettings

 Property Value

An instance of the WeekRangeSettings class.

 See Also