MonobjcMonobjc Documented Class Library
NSYearMonthWeekDesignations Field
NamespacesMonobjc.FoundationNSUserDefaultsNSYearMonthWeekDesignations

Key for an array of strings that specify the words for year, month, and week in the current locale. (Deprecated. There is no direct replacement. If you need to localize words such as “year,” you should use a strings file as you would for any other localizable text—see “Localizing String Resources”.)

The defaults are “year,” “month,” and “week.”

Available in Mac OS X v10.0 and later.

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