#import <NSTimeZone+Offset.h>
Public Member Functions | |
| (NSString *) | - offsetString |
Static Public Member Functions | |
| (id) | + timeZoneWithStringOffset: |
| - (NSString*) offsetString |
Returns the receivers offset as an HHMM formatted string.
| + (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.
| offset | The timezone offset as a string such as "+0100" |
1.5.7