Search
DayOfWeekStyle.getDayOfWeek Method
See Also
 






Gets the day of the week to which this DayOfWeekStyle object is assigned.

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

 Syntax

Java  Copy Code

public DayOfWeek getDayOfWeek ()

 Return Value

One of the DayOfWeek constants. The default is DayOfWeek.Sunday.

 See Also