MonobjcMonobjc Documented Class Library
AbbreviationDictionary Property
NamespacesMonobjc.FoundationNSTimeZoneAbbreviationDictionary

Returns a dictionary holding the mappings of time zone abbreviations to time zone names.

Original signature is '+ (NSDictionary *)abbreviationDictionary'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSDictionary AbbreviationDictionary { get; set; }
Public Shared Property AbbreviationDictionary As NSDictionary
	Get
	Set
public:
static property NSDictionary^ AbbreviationDictionary {
	NSDictionary^ get ();
	void set (NSDictionary^ value);
}
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)