Inherits from NSObject
Conforms to PicoBindable
Declared in Trading_TimeRangeType.h
Trading_TimeRangeType.m

Overview

Specifies the Date range.

@ingroup EBayAPIInterface

Tasks

  •   timeFrom

    Specifies the earliest (oldest) date to be used in a date range.

    property
  •   timeTo

    Specifies the latest (most recent) date to be used in a date range.

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

timeFrom

Specifies the earliest (oldest) date to be used in a date range.

@property (nonatomic, retain) NSDate *timeFrom

Discussion

Specifies the earliest (oldest) date to be used in a date range.

type : NSDate, wrapper for primitive date

Declared In

Trading_TimeRangeType.h

timeTo

Specifies the latest (most recent) date to be used in a date range.

@property (nonatomic, retain) NSDate *timeTo

Discussion

Specifies the latest (most recent) date to be used in a date range.

type : NSDate, wrapper for primitive date

Declared In

Trading_TimeRangeType.h