NAME
eBay::API::XML::DataType::TimeZoneDetailsType
DESCRIPTION
Time zone details about a region or location to which the seller is willing to ship.
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::TimeZoneDetailsType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setDaylightSavingsInEffect()
Indicates whether or not the time zone is currently on daylight saving time. A value of true indicates that the time zone is on daylights savings time. This element is emitted for time zones that support daylight saving time only.
# Argument: 'xs:boolean'
isDaylightSavingsInEffect()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:boolean'
setDaylightSavingsLabel()
Display name of a time zone in its daylight saving time representation. This element is emitted for time zones that support daylight saving time only. The value is localized and returned in the language for the site specified in the request.
# Argument: 'xs:string'
getDaylightSavingsLabel()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:string'
setDaylightSavingsOffset()
The offset in hours from GMT for a time zone when it is on daylight saving time. This element is emitted for time zones that support daylight saving time only.
# Argument: 'xs:string'
getDaylightSavingsOffset()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:string'
setStandardLabel()
Display name of a time zone in its standard (non-daylight saving) time representation. This value is localized and returned in the language for the site specified in the request (i.e., the numeric site ID that you specify in the request URL for the SOAP API or the X-EBAY-API-SITEID header for the XML API).
# Argument: 'xs:string'
getStandardLabel()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:string'
setStandardOffset()
The offset in hours from GMT for a time zone when it is not adjusted for daylight saving time.
# Argument: 'xs:string'
getStandardOffset()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:string'
setTimeZoneID()
A unique identifier for a given time zone. This ID does not change for a given time zone, even if the time zone supports both standard and daylight saving time variants. Valid values for TimeZoneID correspond to OLSON IDs. These IDs provide not only the information as to the offset from GMT (UTC), but also daylight saving time information. Thus, for example, America/Phoenix is distinct from America/Denver because they have different daylight saving time behavior. This value is not localized.
SeeLink: URL: http://developer.ebay.com/DevZone/XML/docs/WebHelp/index.htm?context=eBay_XML_API&topic=TimeValues Title: Time Values , URL: http://unicode.org/cldr/data/docs/design/formatting/zone_log.html Title: Olson ID Comparison
# Argument: 'xs:string'
getTimeZoneID()
Calls: GeteBayDetails
Returned: Conditionally
# Returns: 'xs:string'