MonobjcMonobjc Documented Class Library
NSNextDayDesignations Field
NamespacesMonobjc.FoundationNSUserDefaultsNSNextDayDesignations

Key for an array of strings that denote the day after today. (Deprecated. There is no direct replacement. If you need to localize words such as “tomorrow,” you should use a strings file as you would for any other localizable text—see “Localizing String Resources”.)

The default is an array that contains a single string, "tomorrow".

Available in Mac OS X v10.0 and later.

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