Search
ResourceViewSettings.getHiddenDays Method
See Also
 






Gets the days of the week that should not be displayed in a resource view.

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

 Syntax

Java  Copy Code

public EnumSet<DayOfWeek> getHiddenDays ()

 Return Value

One of the DaysOfWeek constants indicating the visible days in a CalendarView.ResourceView.

 Remarks

This property determines which days should be filtered (that is, not displayed) in a resource view. This setting only works if the TimelineSettings.getUnit of the bottom timeline is set to TimeUnit.Day or TimeUnit.Hour.

 See Also