MonobjcMonobjc Documented Class Library
NSShortMonthNameArray Field
NamespacesMonobjc.FoundationNSUserDefaultsNSShortMonthNameArray

Key for an array of strings that specify the abbreviations for the months, affecting strings that use the %b format specifier. (Deprecated. Use shortMonthSymbolsor—if you are going to display these in the user interface by themselves—shortStandaloneMonthSymbols (NSDateFormatter) instead.)

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSShortMonthNameArray
Public Shared ReadOnly NSShortMonthNameArray As NSString
public:
static initonly NSString^ NSShortMonthNameArray
Version Information
  • Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)

Assembly: Monobjc.Foundation (Module: Monobjc.Foundation)