Search
DateTimeInfo.getDayName Method
See Also
 






Gets the name of the specified day of the week.

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

 Syntax

Java  Copy Code

public String getDayName (
    DayOfWeek day
)

 Parameters

day

One of the DayOfWeek constants.

 Return Value

The full name of the specified day.

 See Also