MonobjcMonobjc Documented Class Library
NSAMPMDesignation Field
NamespacesMonobjc.FoundationNSUserDefaultsNSAMPMDesignation

Key for the value that specifies how the morning and afternoon designations are printed, affecting strings that use the %p format specifier. (Deprecated. Use AMSymbol or PMSymbol (NSDateFormatter) instead.)

The defaults are “AM” and “PM”.

Available in Mac OS X v10.0 and later.

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