Calendar.NARROW_STANDALONE

A style specifier for {@link #getDisplayName(int, int, Locale) getDisplayName} and {@link #getDisplayNames(int, int, Locale) getDisplayNames} indicating a narrow name independently. Narrow names are typically single character strings, such as "M" for Monday.

@see #NARROW_FORMAT @see #SHORT_STANDALONE @see #LONG_STANDALONE @since 1.8

class Calendar
enum int NARROW_STANDALONE;

Meta