Returns an array of strings listing the IDs of all the time zones known to the system.
Original signature is '+ (NSArray *)knownTimeZoneNames'
Available in Mac OS X v10.0 and later.

Declaration Syntax
public static NSArray KnownTimeZoneNames { get; }
Public Shared ReadOnly Property KnownTimeZoneNames As NSArray
Get
public:
static property NSArray^ KnownTimeZoneNames {
NSArray^ get ();
}

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)