Contents

timeZoneWithName:

Returns the time zone object identified by a given identifier.

Declaration

+ (instancetype) timeZoneWithName:(NSString *) tzName;

Parameters

  • tzName:

    The ID for the time zone.

Return Value

The time zone in the information directory with a name matching tzName. Returns nil if there is no match for the name.

See Also

Creating Time Zones