Search
DateTimeInfo.isWeekend Method
See Also
 






Gets a value indicating whether the specified day of the week is a weekend day.

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

 Syntax

Java  Copy Code

public boolean isWeekend (
    DayOfWeek dayOfWeek
)

 Parameters

dayOfWeek

One of the DayOfWeek constants.

 Return Value

true if the specified day of the week is a weekend day; otherwise, false.

 See Also