Search
DateTimeInfo.setFirstWeekendDay Method
See Also
 






Sets the first weekend day.

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

 Syntax

Java  Copy Code

public void setFirstWeekendDay (
    DayOfWeek value
)

 Parameters

value

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

 See Also