MonobjcMonobjc Documented Class Library
NSShortTimeDateFormatString Field
NamespacesMonobjc.FoundationNSUserDefaultsNSShortTimeDateFormatString

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

The default is to use dashes to separate the day, month, and year and to use a 12-hour clock, as in "31-Jan-01 1:30 PM."]

Available in Mac OS X v10.0 and later.

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