MonobjcMonobjc Documented Class Library
NSThisDayDesignations Field
NamespacesMonobjc.FoundationNSUserDefaultsNSThisDayDesignations

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

The default is an array containing two strings, "today" and "now".

Available in Mac OS X v10.0 and later.

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