NSTimeZone(Offset) Class Reference

#import <NSTimeZone+Offset.h>

List of all members.

Public Member Functions

(NSString *) - offsetString

Static Public Member Functions

(id) + timeZoneWithStringOffset:


Member Function Documentation

- (NSString*) offsetString  

Returns the receivers offset as an HHMM formatted string.

Returns:
The receivers offset as a string in HHMM format.

+ (id) timeZoneWithStringOffset: (NSString *)  offset  

Creates and returns a time zone with the specified offset. The string is broken down into the hour and minute components which are then used to work out the number of seconds from GMT.

Parameters:
offset The timezone offset as a string such as "+0100"
Returns:
A time zone with the specified offset
See also:
+timeZoneForSecondsFromGMT:


The documentation for this class was generated from the following file:

Generated on Mon Dec 8 22:57:08 2008 for CocoaGit by  doxygen 1.5.7