Returns the time zone with a given ID whose data has been initialized using given data,
Original signature is '+ (id)timeZoneWithName:(NSString *)aTimeZoneName data:(NSData *)data'
Available in Mac OS X v10.0 and later.

C# | Visual Basic | Visual C++ |
public static NSTimeZone TimeZoneWithNameData( NSString aTimeZoneName, NSData data )
Public Shared Function TimeZoneWithNameData ( _ aTimeZoneName As NSString, _ data As NSData _ ) As NSTimeZone
public: static NSTimeZone^ TimeZoneWithNameData( NSString^ aTimeZoneName, NSData^ data )

The time zone with the ID aTimeZoneName whose data has been initialized using the contents of data.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)