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

  •   year

    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
  •   month

    A calendar month (e.g., 2 or 02 for February).
    For ticket searches, Month is required if
    Day is specified.

    property
  •   day

    A calendar day (e.g., 2 or 02). For ticket searches,
    Day is only valid if Month is also specified.

    property
  •   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_DateType.h

day

A calendar day (e.g., 2 or 02). For ticket searches,
Day is only valid if Month is also specified.

@property (nonatomic, retain) NSNumber *day

Discussion

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.h

month

A calendar month (e.g., 2 or 02 for February).
For ticket searches, Month is required if
Day is specified.

@property (nonatomic, retain) NSNumber *month

Discussion

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.h

year

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 *year

Discussion

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