MonobjcMonobjc Documented Class Library
NSShortWeekDayNameArray Field
NamespacesMonobjc.FoundationNSUserDefaultsNSShortWeekDayNameArray

Key for an array of strings that specify the abbreviations for the days of the week, affecting strings that use the %a format specifier. (Deprecated. Use shortWeekdaySymbols or—if you are going to display these in the user interface by themselves—shortStandaloneWeekdaySymbols (NSDateFormatter) instead.)

Sunday should be the first day of the week.

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static readonly NSString NSShortWeekDayNameArray
Public Shared ReadOnly NSShortWeekDayNameArray As NSString
public:
static initonly NSString^ NSShortWeekDayNameArray
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)