NAME
eBay::API::XML::DataType::DateType
DESCRIPTION
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).
SYNOPSIS
INHERITANCE
eBay::API::XML::DataType::DateType inherits from the eBay::API::XML::BaseDataType class
Subroutines:
setDay()
A calendar day (e.g., 2 or 02). For ticket searches, Day is only valid if Month is also specified.
Calls: GetSearchResults
RequiredInput: No
Max: 31
Min: 1
# Argument: 'xs:int'
getDay()
# Returns: 'xs:int'
setMonth()
A calendar month (e.g., 2 or 02 for February). For ticket searches, Month is required if Day is specified.
Calls: GetSearchResults
RequiredInput: Conditionally
Max: 12
Min: 1
# Argument: 'xs:int'
getMonth()
# Returns: 'xs:int'
setYear()
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.
Calls: GetSearchResults
RequiredInput: No
# Argument: 'xs:int'
getYear()
# Returns: 'xs:int'