MonobjcMonobjc Documented Class Library
TimeZoneWithName Method (aTimeZoneName)
NamespacesMonobjc.FoundationNSTimeZoneTimeZoneWithName(NSString)

Returns the time zone object identified by a given ID.

Original signature is '+ (id)timeZoneWithName:(NSString *)aTimeZoneName'

Available in Mac OS X v10.0 and later.

Declaration Syntax
C#Visual BasicVisual C++
public static NSTimeZone TimeZoneWithName(
	NSString aTimeZoneName
)
Public Shared Function TimeZoneWithName ( _
	aTimeZoneName As NSString _
) As NSTimeZone
public:
static NSTimeZone^ TimeZoneWithName(
	NSString^ aTimeZoneName
)
Parameters
aTimeZoneName (NSString)
MISSING
Return Value
The time zone in the information directory with a name matching aName. Returns nil if there is no match for the name.
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)