Search
ResourceViewSettings.getVisibleEndTime Method
See Also
 






Gets the last visible time of displayed days.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public Duration getVisibleEndTime ()

 Return Value

A Duration value indicating the last visible hour of the day in a CalendarView.ResourceView.

 Remarks

This property along with the getVisibleEndTime 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 Duration, only the Duration.getHours component is taken into consideration when filtering. Furthermore, this setting only works if the TimelineSettings.getUnit property of the bottom timeline is set to TimeUnit.Hour and the TimelineSettings.getUnitCount is set to 1 or if the TimelineSettings.getUnit is set to TimeUnit.Minute.

 See Also