fm.liveswitch.sdp.TimeZone Class Reference

An SDP time zone element. More...

Public Member Functions

double getAdjustmentTime ()
 Gets the time that a time zone adjustment happens (network time protocol). More...
 
fm.liveswitch.TimeSpan getOffset ()
 Gets the offset from the time when the session was first scheduled. More...
 
 TimeZone (double adjustmentTime, fm.liveswitch.TimeSpan offset)
 Initializes a new instance of the fm.liveswitch.sdp.TimeZone class. More...
 
String toString ()
 Converts this instance to a string. More...
 

Static Public Member Functions

static fm.liveswitch.sdp.TimeZone parse (String s)
 Creates an fm.liveswitch.sdp.TimeZone instance from a string. More...
 

Detailed Description

An SDP time zone element.

Constructor & Destructor Documentation

◆ TimeZone()

fm.liveswitch.sdp.TimeZone.TimeZone ( double  adjustmentTime,
fm.liveswitch.TimeSpan  offset 
)

Initializes a new instance of the fm.liveswitch.sdp.TimeZone class.

Parameters
adjustmentTimeThe time that a time zone adjustment happens (network time protocol).
offsetThe offset from the time when the session was first scheduled.

Member Function Documentation

◆ getAdjustmentTime()

double fm.liveswitch.sdp.TimeZone.getAdjustmentTime ( )

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

◆ getOffset()

fm.liveswitch.TimeSpan fm.liveswitch.sdp.TimeZone.getOffset ( )

Gets the offset from the time when the session was first scheduled.

◆ parse()

static fm.liveswitch.sdp.TimeZone fm.liveswitch.sdp.TimeZone.parse ( String  s)
static

Creates an fm.liveswitch.sdp.TimeZone instance from a string.

Parameters
sThe string to parse.

◆ toString()

String fm.liveswitch.sdp.TimeZone.toString ( )

Converts this instance to a string.