Overview | Methods | This Package | All Packages
OverviewMethodsThis PackageAll Packages
Locale.getMonthName
Retrieves the native long name for a specific month.
Syntax
public String getMonthName( int month )
Parameters
month
An integer value that represents the month to retrieve the name for. For example specifying a value of 1 will return "January".
Return Value
Returns a String object that represents the native long name for the month specified by the month parameter.
See Also getAbbrevMonthName