Options
All
  • Public
  • Public/Protected
  • All
Menu

Class TimeZones

An SDP time zones element.

Hierarchy

  • TimeZones

Index

Constructors

constructor

  • new TimeZones(values: TimeZone[]): TimeZones
  • Initializes a new instance of the fm.icelink.sdp.timeZones class.

    Parameters

    • values: TimeZone[]

      The values.

    Returns TimeZones

Properties

Private __values

__values: Array<TimeZone>
internal

Methods

addTimeZone

  • addTimeZone(value: TimeZone): void
  • Adds a time zone adjustment.

    Parameters

    • value: TimeZone

      The time zone adjustment to add.

    Returns void

getTypeString

  • getTypeString(): string
  • Returns string

getValues

  • getValues(): TimeZone[]
  • Gets the array of time zone adjustments.

    Returns TimeZone[]

removeTimeZone

  • removeTimeZone(value: TimeZone): boolean
  • Removes a time zone adjustment.

    Parameters

    • value: TimeZone

      The time zone adjustment to remove.

    Returns boolean

toString

  • toString(): string
  • Converts this instance to a string.

    Returns string

Static parse

  • parse(s: string): TimeZones
  • Creates an fm.icelink.sdp.timeZones instance from a string.

    Parameters

    • s: string

      The string to parse.

    Returns TimeZones