An SDP time zone element. More...
Instance Methods | |
(double) | - adjustmentTime |
Gets the time that a time zone adjustment happens (network time protocol). More... | |
(NSString *) | - description |
Converts this instance to a string. More... | |
(instancetype) | - initWithAdjustmentTime:offset: |
Initializes a new instance of the FMLiveSwitchSdpTimeZone class. More... | |
(FMLiveSwitchTimeSpan *) | - offset |
Gets the offset from the time when the session was first scheduled. More... | |
Class Methods | |
(FMLiveSwitchSdpTimeZone *) | + parseWithS: |
Creates an FMLiveSwitchSdpTimeZone instance from a string. More... | |
(FMLiveSwitchSdpTimeZone *) | + timeZoneWithAdjustmentTime:offset: |
Initializes a new instance of the FMLiveSwitchSdpTimeZone class. More... | |
An SDP time zone element.
- (double) adjustmentTime |
Gets the time that a time zone adjustment happens (network time protocol).
- (NSString*) description |
Converts this instance to a string.
- (instancetype) initWithAdjustmentTime: | (double) | adjustmentTime | |
offset: | (FMLiveSwitchTimeSpan *) | offset | |
Initializes a new instance of the FMLiveSwitchSdpTimeZone class.
adjustmentTime | The time that a time zone adjustment happens (network time protocol). |
offset | The offset from the time when the session was first scheduled. |
- (FMLiveSwitchTimeSpan*) offset |
Gets the offset from the time when the session was first scheduled.
+ (FMLiveSwitchSdpTimeZone*) parseWithS: | (NSString *) | s |
Creates an FMLiveSwitchSdpTimeZone instance from a string.
s | The string to parse. |
+ (FMLiveSwitchSdpTimeZone*) timeZoneWithAdjustmentTime: | (double) | adjustmentTime | |
offset: | (FMLiveSwitchTimeSpan *) | offset | |
Initializes a new instance of the FMLiveSwitchSdpTimeZone class.
adjustmentTime | The time that a time zone adjustment happens (network time protocol). |
offset | The offset from the time when the session was first scheduled. |