An SDP time zones element. More...
Instance Methods | |
(void) | - addTimeZone: |
Adds a time zone adjustment. More... | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(instancetype) | - initWithValues: |
Initializes a new instance of the FMLiveSwitchSdpTimeZones class. More... | |
(bool) | - removeTimeZone: |
Removes a time zone adjustment. More... | |
(NSMutableArray *) | - values |
Gets the array of time zone adjustments. More... | |
Class Methods | |
(FMLiveSwitchSdpTimeZones *) | + parseWithS: |
Creates an FMLiveSwitchSdpTimeZones instance from a string. More... | |
(FMLiveSwitchSdpTimeZones *) | + timeZones: |
Initializes a new instance of the FMLiveSwitchSdpTimeZones class. More... | |
An SDP time zones element.
- (void) addTimeZone: | (FMLiveSwitchSdpTimeZone *) | value |
Adds a time zone adjustment.
value | The time zone adjustment to add. |
- (NSString*) description |
Converts this instance to a string.
- (instancetype) initWithValues: | (NSMutableArray *) | values |
Initializes a new instance of the FMLiveSwitchSdpTimeZones class.
values | The values. |
+ (FMLiveSwitchSdpTimeZones*) parseWithS: | (NSString *) | s |
Creates an FMLiveSwitchSdpTimeZones instance from a string.
s | The string to parse. |
- (bool) removeTimeZone: | (FMLiveSwitchSdpTimeZone *) | value |
Removes a time zone adjustment.
value | The time zone adjustment to remove. |
+ (FMLiveSwitchSdpTimeZones*) timeZones: | (NSMutableArray *) | values |
Initializes a new instance of the FMLiveSwitchSdpTimeZones class.
values | The values. |
- (NSMutableArray*) values |
Gets the array of time zone adjustments.