Uses of Class
com.bloomberglp.blpapi.Datetime

Uses of Datetime in com.bloomberglp.blpapi
 

Methods in com.bloomberglp.blpapi that return Datetime
abstract  Datetime Message.getElementAsDate(Name name)
          Return the value of the element having specified name as a Date value
abstract  Datetime Element.getElementAsDate(Name name)
          Returns the value of the named sub-element as a Date
abstract  Datetime Message.getElementAsDate(java.lang.String name)
          Return the value of the element having specified name as a Date value
abstract  Datetime Element.getElementAsDate(java.lang.String name)
          Returns the value of the named sub-element as a Date
abstract  Datetime Message.getElementAsDatetime(Name name)
          Return the value of the element having specified name as a Datetime value
abstract  Datetime Element.getElementAsDatetime(Name name)
          Returns the value of the named sub-element as a Datetime
abstract  Datetime Message.getElementAsDatetime(java.lang.String name)
          Return the value of the element having specified name as a Datetime value
abstract  Datetime Element.getElementAsDatetime(java.lang.String name)
          Returns the value of the named sub-element as a Datetime
abstract  Datetime Message.getElementAsTime(Name name)
          Return the value of the element having specified name as a Time value
abstract  Datetime Element.getElementAsTime(Name name)
          Returns the value of the named sub-element as a Time
abstract  Datetime Message.getElementAsTime(java.lang.String name)
          Return the value of the element having specified name as a Time value
abstract  Datetime Element.getElementAsTime(java.lang.String name)
          Returns the value of the named sub-element as a Time
abstract  Datetime Constant.getValueAsDate()
          Deprecated. since 3.2.1 Use Constant.getValueAsDatetime() instead
abstract  Datetime Element.getValueAsDate()
          Returns the value of this element as a Date
abstract  Datetime Element.getValueAsDate(int index)
          Returns the value of the element at the specified index as a Date
abstract  Datetime Constant.getValueAsDatetime()
          Return the value of this Constant as a Datetime if it can be converted
abstract  Datetime Element.getValueAsDatetime()
          Returns the value of this element as a Datetime
abstract  Datetime Element.getValueAsDatetime(int index)
          Returns the value of the element at the specified index as a Datetime
abstract  Datetime Constant.getValueAsTime()
          Deprecated. since 3.2.1 Use Constant.getValueAsDatetime() instead
abstract  Datetime Element.getValueAsTime()
          Returns the value of this element as a Time
abstract  Datetime Element.getValueAsTime(int index)
          Returns the value of the element at the specified index as a Time
 

Methods in com.bloomberglp.blpapi with parameters of type Datetime
 void Request.append(Name name, Datetime value)
          Append the specified value to the named array element of this request
 void Request.append(java.lang.String name, Datetime value)
          Append the specified value to the named array element of this request
 void EventFormatter.appendValue(Datetime value)
          Append the specified 'value' to the element which represents an array of Datetime type.
abstract  void Element.appendValue(Datetime value)
          Append the specified value to this array element
 void Logging.Callback.onMessage(long threadId, java.util.logging.Level level, Datetime dateTime, java.lang.String loggerName, java.lang.String message)
           
 void Request.set(Name name, Datetime value)
          Set the element of this request having the specified name to the specified value.
 void Request.set(java.lang.String name, Datetime value)
          Set the element of this request having the specified name to the specified value.
 void EventFormatter.setElement(Name name, Datetime value)
          Sets the element with the specified name within the current element to the specified value.
abstract  void Element.setElement(Name name, Datetime value)
          Set the named sub-element to the specified value
 void EventFormatter.setElement(java.lang.String name, Datetime value)
          Sets the element with the specified name within the current element to the specified value.
abstract  void Element.setElement(java.lang.String name, Datetime value)
          Set the named sub-element to the specified value
abstract  void Element.setValue(Datetime value)
          Set the value of this element to the specified value.
abstract  void Element.setValue(Datetime value, int index)
          Set the value of this element to the specified value
 

Constructors in com.bloomberglp.blpapi with parameters of type Datetime
Datetime(Datetime other)
          construct a Datetime object having the same values as specified 'other' Datetime object
 



Copyright © 2015 Bloomberg L.P.. All Rights Reserved.