Class TimezoneInfoBase

java.lang.Object
com.ringcentral.definitions.TimezoneInfoBase

public class TimezoneInfoBase extends Object
Timezone information
  • Field Details

    • uri

      public String uri
      Canonical URI of a timezone Format: uri
    • id

      public String id
      Internal identifier of a timezone
    • name

      public String name
      Short name of a timezone
    • description

      public String description
      Meaningful description of the timezone
    • bias

      public String bias
      Time difference (offset) in minutes from Coordinated Universal Time (UTC) that a specific locale follows
  • Constructor Details

    • TimezoneInfoBase

      public TimezoneInfoBase()
  • Method Details