Search
DateTimeInfo.setFirstDayOfWeek Method
See Also
 






Sets the first day of the week.

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

 Syntax

Java  Copy Code

public void setFirstDayOfWeek (
    DayOfWeek value
)

 Parameters

value

One of the DayOfWeek constants.

 See Also