MonobjcMonobjc Documented Class Library
NSTimeZone Constructor (aName)
NamespacesMonobjc.FoundationNSTimeZoneNSTimeZone(NSString)

Returns a time zone initialized with a given ID.

Original signature is '- (id)initWithName:(NSString *)aName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public NSTimeZone(
	NSString aName
)
Public Sub New ( _
	aName As NSString _
)
public:
NSTimeZone(
	NSString^ aName
)
Parameters
aName (NSString)
The ID for the time zone.
Return Value
A time zone object initialized with the ID aName.
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)