MonobjcMonobjc Documented Class Library
NSEarlierTimeDesignations Field
NamespacesMonobjc.FoundationNSUserDefaultsNSEarlierTimeDesignations

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

These are adjectives that modify values from NSYearMonthWeekDesignations. The defaults are “prior,” “last,” “past,” and “ago.”

Available in Mac OS X v10.0 and later.

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