Search
ResourceViewSettings.getVisibleStartTime Method
See Also
 






Gets the first visible time of displayed days.

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

 Syntax

Java  Copy Code

public Duration getVisibleStartTime ()

 Return Value

A Duration value indicating the first 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