Search
ResourceViewSettings.VisibleEndTime Property
See Also
 






Gets or sets the last visible time of displayed days. This setting works only if the TimeUnit is set to Hours.

Namespace: MindFusion.Scheduling
Assembly: MindFusion.Scheduling

 Syntax

C#  Copy Code

public TimeSpan VisibleEndTime { get; set; }

Visual Basic  Copy Code

Public Property VisibleEndTime As TimeSpan

 Property Value

A TimeSpan object.

 Remarks

This setting only works if the Unit is set to Hours and the UnitCount is set to 1 or if the Unit is set to Minutes.

 See Also