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... | |
An SDP time zone element.
| fm.liveswitch.sdp.TimeZone.TimeZone | ( | double | adjustmentTime, |
| fm.liveswitch.TimeSpan | offset | ||
| ) |
Initializes a new instance of the fm.liveswitch.sdp.TimeZone 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. |
| double fm.liveswitch.sdp.TimeZone.getAdjustmentTime | ( | ) |
Gets the time that a time zone adjustment happens (network time protocol).
| fm.liveswitch.TimeSpan fm.liveswitch.sdp.TimeZone.getOffset | ( | ) |
Gets the offset from the time when the session was first scheduled.
|
static |
Creates an fm.liveswitch.sdp.TimeZone instance from a string.
| s | The string to parse. |
| String fm.liveswitch.sdp.TimeZone.toString | ( | ) |
Converts this instance to a string.