Search
DateTimeInfo.getAbbreviatedDayName Method
See Also
 






Gets the abbreviated name of the specified day of the week.

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

 Syntax

Java  Copy Code

public String getAbbreviatedDayName (
    DayOfWeek day
)

 Parameters

day

One of DayOfWeek constants.

 Return Value

The abbreviated name of the specified day.

 See Also