Search
TimetableSettings.getOrientation Method
See Also
 






Gets the view orientation.

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

 Syntax

Java  Copy Code

public Orientation getOrientation ()

 Return Value

A member of the Orientation enumeration.

 Remarks

A vertical timetable view displays cells for the same daytime in a row, and cells for the same date in a column. A horizontal timetable view displays cells for the same time of the day in a column, and cells for the same date in a row.

 See Also