MonobjcMonobjc Documented Class Library
NSShortDateFormatString Field
NamespacesMonobjc.FoundationNSUserDefaultsNSShortDateFormatString

Key for a format string that specifies how dates are abbreviated. (Deprecated. Use the appropriate API from NSDateFormatter instead—see Data Formatting Guide.)

The default is to separate the day month and year with slashes and to put the day first, as in 31/10/01.

Available in Mac OS X v10.0 and later.

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