PocketPlanner Programmer's Guide

Calendar.TimetableSettings Property

See Also

Gets the TimetableSettings object used to customize the visualization of days and hours in Timetable view.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public TimetableSettings TimetableSettings { get; }

Visual Basic

Public ReadOnly Property TimetableSettings As TimetableSettings

 Property Value

An instance of the TimetableSettings class.

 See Also