Locale.getAbbrevDayName

Overview | Methods | This Package | All Packages

Locale.getAbbrevDayName

Retrieves the native abbreviated name for the specific day of the week.

Syntax

public String getAbbrevDayName( int day )

Parameters

day

An integer value representing the day of the week to retrieve the name for.

Return Value

Returns a String object that represents the native abbreviated name for day.

Remarks

Use this method to obtain the abbreviated day name in the current locale for the day number specified in the day parameter. A zero value assigned to day returns the current locale's abbreviation for Monday.

See Also   getDayName, getFirstDayOfWeek, Days