Uses of Class
com.yahoo.marketing.apt.TimeZone

Packages that use TimeZone
com.yahoo.marketing.apt   
 

Uses of TimeZone in com.yahoo.marketing.apt
 

Fields in com.yahoo.marketing.apt declared as TimeZone
static TimeZone TimeZone.Africa_Cairo
           
static TimeZone TimeZone.Africa_Casablanca
           
static TimeZone TimeZone.Africa_Nairobi
           
static TimeZone TimeZone.America_Buenos_Aires
           
static TimeZone TimeZone.America_Caracas
           
static TimeZone TimeZone.America_Chicago
           
static TimeZone TimeZone.America_Chihuahua
           
static TimeZone TimeZone.America_Costa_Rica
           
static TimeZone TimeZone.America_Denver
           
static TimeZone TimeZone.America_Godthab
           
static TimeZone TimeZone.America_Indianapolis
           
static TimeZone TimeZone.America_Lima
           
static TimeZone TimeZone.America_Los_Angeles
           
static TimeZone TimeZone.America_Mexico_City
           
static TimeZone TimeZone.America_New_York
           
static TimeZone TimeZone.America_Santiago
           
static TimeZone TimeZone.America_Sao_Paulo
           
static TimeZone TimeZone.Asia_Almaty
           
static TimeZone TimeZone.Asia_Baghdad
           
static TimeZone TimeZone.Asia_Baku
           
static TimeZone TimeZone.Asia_Bangkok
           
static TimeZone TimeZone.Asia_Calcutta
           
static TimeZone TimeZone.Asia_Dhaka
           
static TimeZone TimeZone.Asia_Hong_Kong
           
static TimeZone TimeZone.Asia_Irkutsk
           
static TimeZone TimeZone.Asia_Jerusalem
           
static TimeZone TimeZone.Asia_Kabul
           
static TimeZone TimeZone.Asia_Karachi
           
static TimeZone TimeZone.Asia_Krasnoyarsk
           
static TimeZone TimeZone.Asia_Kuwait
           
static TimeZone TimeZone.Asia_Magadan
           
static TimeZone TimeZone.Asia_Muscat
           
static TimeZone TimeZone.Asia_Rangoon
           
static TimeZone TimeZone.Asia_Seoul
           
static TimeZone TimeZone.Asia_Singapore
           
static TimeZone TimeZone.Asia_Taipei
           
static TimeZone TimeZone.Asia_Tehran
           
static TimeZone TimeZone.Asia_Tokyo
           
static TimeZone TimeZone.Asia_Vladivostok
           
static TimeZone TimeZone.Asia_Yakutsk
           
static TimeZone TimeZone.Asia_Yekaterinburg
           
static TimeZone TimeZone.Atlantic_Azores
           
static TimeZone TimeZone.Australia_Adelaide
           
static TimeZone TimeZone.Australia_Brisbane
           
static TimeZone TimeZone.Australia_Darwin
           
static TimeZone TimeZone.Australia_Hobart
           
static TimeZone TimeZone.Australia_Perth
           
static TimeZone TimeZone.Australia_Sydney
           
static TimeZone TimeZone.Canada_Atlantic
           
static TimeZone TimeZone.Canada_Newfoundland
           
static TimeZone TimeZone.Canada_Saskatchewan
           
static TimeZone TimeZone.Etc_GMT_MINUS_1
           
static TimeZone TimeZone.Etc_GMT_MINUS_2
           
static TimeZone TimeZone.Etc_GMT_PLUS_1
           
static TimeZone TimeZone.Etc_GMT_PLUS_12
           
static TimeZone TimeZone.Etc_GMT_PLUS_2
           
static TimeZone TimeZone.Europe_Amsterdam
           
static TimeZone TimeZone.Europe_Athens
           
static TimeZone TimeZone.Europe_Belgrade
           
static TimeZone TimeZone.Europe_Brussels
           
static TimeZone TimeZone.Europe_Bucharest
           
static TimeZone TimeZone.Europe_Helsinki
           
static TimeZone TimeZone.Europe_London
           
static TimeZone TimeZone.Europe_Moscow
           
static TimeZone TimeZone.Europe_Sarajevo
           
static TimeZone TimeZone.Pacific_Auckland
           
static TimeZone TimeZone.Pacific_Fiji
           
static TimeZone TimeZone.Pacific_Guam
           
static TimeZone TimeZone.Pacific_Midway
           
static TimeZone TimeZone.Pacific_Tongatapu
           
private  TimeZone Order.timezone
           
private  TimeZone Link.timezone
           
private  TimeZone Account.timezone
           
static TimeZone TimeZone.US_Alaska
           
static TimeZone TimeZone.US_Arizona
           
static TimeZone TimeZone.US_Hawaii
           
 

Methods in com.yahoo.marketing.apt that return TimeZone
static TimeZone TimeZone.fromString(java.lang.String value)
           
static TimeZone TimeZone.fromValue(java.lang.String value)
           
 TimeZone Order.getTimezone()
          Gets the timezone value for this Order.
 TimeZone Link.getTimezone()
          Gets the timezone value for this Link.
 TimeZone Account.getTimezone()
          Gets the timezone value for this Account.
 

Methods in com.yahoo.marketing.apt with parameters of type TimeZone
 void Order.setTimezone(TimeZone timezone)
          Sets the timezone value for this Order.
 void Link.setTimezone(TimeZone timezone)
          Sets the timezone value for this Link.
 void Account.setTimezone(TimeZone timezone)
          Sets the timezone value for this Account.
 

Constructors in com.yahoo.marketing.apt with parameters of type TimeZone
Account(java.lang.String ID, AccountType[] accountTypes, Address address, java.lang.String agencyName, java.lang.String category, java.lang.Long companyID, java.lang.String companyName, java.lang.String companyNameFurigana, Currency defaultCurrency, java.lang.String externalAccountID, Language language, java.lang.String location, java.lang.Boolean managedAccount, java.lang.Boolean managedAgencyBillingEnabled, java.lang.String managingAccountID, AccountStatus status, TimeZone timezone, java.lang.Boolean yahooOwnedAndOperatedFlag)
           
Link(java.lang.Long ID, java.util.Calendar activationTimestamp, LinkParticipantDetails buyerDetails, java.util.Calendar createTimestamp, Currency currency, GuaranteedDeal guaranteedDeal, java.util.Calendar lastUpdateTimestamp, NonGuaranteedDeal nonGuaranteedDeal, java.lang.Long paymentTermsInDays, LinkParticipantDetails sellerDetails, AgreementStatus status, TimeZone timezone, LinkType type)
           
Order(java.lang.Long ID, java.lang.String PONumber, java.lang.String accountID, java.lang.Double availableBudget, java.lang.Long billingTermsID, java.util.Calendar createTimestamp, Currency currency, java.lang.Double dailySpendLimit, java.util.Calendar endDate, java.lang.String externalComments, java.lang.String externalOrderID, java.lang.Double grossCost, java.lang.String internalComments, java.lang.Boolean isInternal, java.util.Calendar lastUpdateTimestamp, java.lang.String name, java.lang.Double netBudget, java.util.Calendar startDate, OrderStatus status, TimeZone timezone, java.lang.Double totalBudget)