FMIceLinkSdpTimeZone Class Reference

Inherits from NSObject
Declared in FMIceLinkSdpTimeZone.h
FMIceLinkSdpTimeZone.m

Overview

An SDP time zone element.

– adjustmentTime

Gets the time that a time zone adjustment happens (network time protocol).
- (double)adjustmentTime

Discussion

Gets the time that a time zone adjustment happens (network time protocol).

Declared In

FMIceLinkSdpTimeZone.h

– description

Converts this instance to a string.
- (NSString *)description

Discussion

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 *)offset

Parameters

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 *)offset

Discussion

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 *)s

Parameters

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 *)offset

Parameters

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