FMIceLinkSdpTimeZone Class Reference
| Inherits from | NSObject |
|---|---|
| Declared in | FMIceLinkSdpTimeZone.h FMIceLinkSdpTimeZone.m |
– adjustmentTime
Gets the time that a time zone adjustment happens (network time protocol).
- (double)adjustmentTimeDiscussion
Gets the time that a time zone adjustment happens (network time protocol).
Declared In
FMIceLinkSdpTimeZone.h
– description
Converts this instance to a string.
- (NSString *)descriptionDiscussion
Converts this instance to a string.
Declared In
FMIceLinkSdpTimeZone.h
– initWithAdjustmentTime:offset:
Initializes a new instance of the FMIceLinkSdpTimeZone class.
- (instancetype)initWithAdjustmentTime:(double)adjustmentTime offset:(FMIceLinkTimeSpan *)offsetParameters
adjustmentTime |
The time that a time zone adjustment happens (network time protocol). |
|---|---|
offset |
The offset from the time when the session was first scheduled. |
Discussion
Initializes a new instance of the FMIceLinkSdpTimeZone class.
Declared In
FMIceLinkSdpTimeZone.h
– offset
Gets the offset from the time when the session was first scheduled.
- (FMIceLinkTimeSpan *)offsetDiscussion
Gets the offset from the time when the session was first scheduled.
Declared In
FMIceLinkSdpTimeZone.h
+ parseWithS:
Creates an FMIceLinkSdpTimeZone instance from a string.
+ (FMIceLinkSdpTimeZone *)parseWithS:(NSString *)sParameters
s |
The string to parse. |
|---|
Discussion
Creates an FMIceLinkSdpTimeZone instance from a string.
Declared In
FMIceLinkSdpTimeZone.h
+ timeZoneWithAdjustmentTime:offset:
Initializes a new instance of the FMIceLinkSdpTimeZone class.
+ (FMIceLinkSdpTimeZone *)timeZoneWithAdjustmentTime:(double)adjustmentTime offset:(FMIceLinkTimeSpan *)offsetParameters
adjustmentTime |
The time that a time zone adjustment happens (network time protocol). |
|---|---|
offset |
The offset from the time when the session was first scheduled. |
Discussion
Initializes a new instance of the FMIceLinkSdpTimeZone class.
Declared In
FMIceLinkSdpTimeZone.h