MonobjcMonobjc Documented Class Library
NSLaterTimeDesignations Field
NamespacesMonobjc.FoundationNSUserDefaultsNSLaterTimeDesignations

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

Strings in this array are adjectives that modify a value from NSYearMonthWeekDesignations.

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

Available in Mac OS X v10.0 and later.

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