PocketPlanner Programmer's Guide

Calendar.MonthRangeSettings Property

See Also

Gets the MonthRangeSettings object used to customize the visualization of a month range in the MonthRange view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public MonthRangeSettings MonthRangeSettings { get; }

Visual Basic

Public ReadOnly Property MonthRangeSettings As MonthRangeSettings

 Property Value

An instance of the MonthRangeSettings class.

 See Also