Trading_TimeZoneDetailsType Class Reference
Inherits from | NSObject |
Conforms to | PicoBindable |
Declared in | Trading_TimeZoneDetailsType.h Trading_TimeZoneDetailsType.m |
Overview
Time zone details about a region or location to which the seller is willing to
ship.
@ingroup EBayAPIInterface
Tasks
-
timeZoneID
A unique identifier for a given time zone. This ID does not change for a
property
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. -
standardLabel
Display name of a time zone in its standard (non-daylight saving) time
property
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). -
standardOffset
The offset in hours from GMT for a time zone when it is not adjusted for
property
daylight saving time. -
daylightSavingsLabel
Display name of a time zone in its daylight saving time representation.
property
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. -
daylightSavingsOffset
The offset in hours from GMT for a time zone when it is on daylight saving
property
time. This element is emitted for time zones that support daylight
saving time only. -
daylightSavingsInEffect
Indicates whether or not the time zone is currently on daylight saving time.
property
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. -
detailVersion
Returns the latest version number for this field. The version can be
property
used to determine if and when to refresh cached client data. -
updateTime
Gives the time in GMT that the feature flags for the details were last
property
updated. This timestamp can be used to determine if and when to refresh
cached client data. -
any
(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *any
Discussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_TimeZoneDetailsType.h
daylightSavingsInEffect
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.
@property (nonatomic, retain) NSNumber *daylightSavingsInEffect
Discussion
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.
type : NSNumber, wrapper for primitive bool
Declared In
Trading_TimeZoneDetailsType.h
daylightSavingsLabel
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.
@property (nonatomic, retain) NSString *daylightSavingsLabel
Discussion
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.
type : NSString, wrapper for primitive string
Declared In
Trading_TimeZoneDetailsType.h
daylightSavingsOffset
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.
@property (nonatomic, retain) NSString *daylightSavingsOffset
Discussion
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.
type : NSString, wrapper for primitive string
Declared In
Trading_TimeZoneDetailsType.h
detailVersion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
@property (nonatomic, retain) NSString *detailVersion
Discussion
Returns the latest version number for this field. The version can be
used to determine if and when to refresh cached client data.
type : NSString, wrapper for primitive string
Declared In
Trading_TimeZoneDetailsType.h
standardLabel
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).
@property (nonatomic, retain) NSString *standardLabel
Discussion
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).
type : NSString, wrapper for primitive string
Declared In
Trading_TimeZoneDetailsType.h
standardOffset
The offset in hours from GMT for a time zone when it is not adjusted for
daylight saving time.
@property (nonatomic, retain) NSString *standardOffset
Discussion
The offset in hours from GMT for a time zone when it is not adjusted for
daylight saving time.
type : NSString, wrapper for primitive string
Declared In
Trading_TimeZoneDetailsType.h
timeZoneID
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.
@property (nonatomic, retain) NSString *timeZoneID
Discussion
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.
type : NSString, wrapper for primitive string
Declared In
Trading_TimeZoneDetailsType.h
updateTime
Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
@property (nonatomic, retain) NSDate *updateTime
Discussion
Gives the time in GMT that the feature flags for the details were last
updated. This timestamp can be used to determine if and when to refresh
cached client data.
type : NSDate, wrapper for primitive date
Declared In
Trading_TimeZoneDetailsType.h