PocketPlanner Programmer's Guide

ResourceViewSettings.VisibleStartTime Property

See Also

Gets or sets the first visible time of displayed days.

Namespace: MindFusion.Scheduling.Compact
Assembly: PocketPlanner

 Syntax

C#

public TimeSpan VisibleStartTime { get; set; }

Visual Basic

Public Property VisibleStartTime As TimeSpan

 Property Value

A .NET TimeSpan value indicating the first visible hour of the day in a ResourceView.

 Remarks

This property along with the VisibleEndTime property determine the range of hours displayed in a resource view for each day. The rest of the day is filtered (that is, the hours outside this range are not displayed). Despite being a TimeSpan, only the Hour component is taken into consideration when filtering. Furthermore, this setting only works if the Unit property of the bottom timeline is set to Hour and the UnitCount is set to 1 or if the Unit is set to Minute.

 See Also