Search
DayOfWeekStyle.setDayOfWeek Method
See Also
 






Sets 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 void setDayOfWeek (
    DayOfWeek value
)

 Parameters

value

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

 See Also