Trading_DateType Class Reference
| Inherits from | NSObject |
| Conforms to | PicoBindable |
| Declared in | Trading_DateType.h Trading_DateType.m |
Overview
Defines year, month, and day as individual components of a date.
Only applicable to use cases that support incomplete dates.
Otherwise, we use xs:dateTime (or xs:date, as appropriate).
@ingroup EBayAPIInterface
Tasks
-
yearA year in the form YYYY. For ticket searches on the US site,
property
only specify 2007 or 2008. If you specify any other year,
it is ignored. -
monthA calendar month (e.g., 2 or 02 for February).
property
For ticket searches, Month is required if
Day is specified. -
dayA calendar day (e.g., 2 or 02). For ticket searches,
property
Day is only valid if Month is also specified. -
any(public property)
property
Properties
any
(public property)
@property (nonatomic, retain) NSMutableArray *anyDiscussion
(public property)
entry type : PicoAnyElement, wrapper for primitive anyelement
Declared In
Trading_DateType.hday
A calendar day (e.g., 2 or 02). For ticket searches,
Day is only valid if Month is also specified.
@property (nonatomic, retain) NSNumber *dayDiscussion
A calendar day (e.g., 2 or 02). For ticket searches,
Day is only valid if Month is also specified.
type : NSNumber, wrapper for primitive int
Declared In
Trading_DateType.hmonth
A calendar month (e.g., 2 or 02 for February).
For ticket searches, Month is required if
Day is specified.
@property (nonatomic, retain) NSNumber *monthDiscussion
A calendar month (e.g., 2 or 02 for February).
For ticket searches, Month is required if
Day is specified.
type : NSNumber, wrapper for primitive int
Declared In
Trading_DateType.hyear
A year in the form YYYY. For ticket searches on the US site,
only specify 2007 or 2008. If you specify any other year,
it is ignored.
@property (nonatomic, retain) NSNumber *yearDiscussion
A year in the form YYYY. For ticket searches on the US site,
only specify 2007 or 2008. If you specify any other year,
it is ignored.
type : NSNumber, wrapper for primitive int
Declared In
Trading_DateType.h