Gets or sets the last visible time of displayed days.
Namespace: MindFusion.Scheduling.WinForms
Assembly: MindFusion.Scheduling
C# Copy Code |
---|
public TimeSpan VisibleEndTime { get; set; } |
Visual Basic Copy Code |
---|
Public Property VisibleEndTime As TimeSpan |
A .NET TimeSpan value indicating the last visible hour of the day in a ResourceView.
This property along with the VisibleStartTime 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 Unit is set to Minute.