Uses of Class
com.bloomberglp.blpapi.Datetime
Packages that use Datetime
-
Uses of Datetime in com.bloomberglp.blpapi
Methods in com.bloomberglp.blpapi that return DatetimeModifier and TypeMethodDescriptionabstract Datetime
Element.getElementAsDate
(Name name) Returns the value of the named sub-element as a Dateabstract Datetime
Element.getElementAsDate
(String name) Deprecated.abstract Datetime
Message.getElementAsDate
(Name name) Return the value of the element having specified name as a Date valueabstract Datetime
Message.getElementAsDate
(String name) Deprecated.Use {Message.getElementAsDate(Name)
instead.abstract Datetime
Element.getElementAsDatetime
(Name name) Returns the value of the named sub-element as a Datetimeabstract Datetime
Element.getElementAsDatetime
(String name) Deprecated.UseElement.getElementAsDatetime(Name)
instead.abstract Datetime
Message.getElementAsDatetime
(Name name) Return the value of the element having specified name as a Datetime valueabstract Datetime
Message.getElementAsDatetime
(String name) Deprecated.Use {Message.getElementAsDatetime(Name)
instead.abstract Datetime
Element.getElementAsTime
(Name name) Returns the value of the named sub-element as a Timeabstract Datetime
Element.getElementAsTime
(String name) Deprecated.UseElement.getElementAsTime(Name)
instead.abstract Datetime
Message.getElementAsTime
(Name name) Return the value of the element having specified name as a Time valueabstract Datetime
Message.getElementAsTime
(String name) Deprecated.Use {Message.getElementAsTime(Name)
instead.abstract Datetime
Constant.getValueAsDate()
Deprecated.since 3.2.1 UseConstant.getValueAsDatetime()
insteadabstract Datetime
Element.getValueAsDate()
Returns the value of this element as a Dateabstract Datetime
Element.getValueAsDate
(int index) Returns the value of the element at the specified index as a Dateabstract Datetime
Constant.getValueAsDatetime()
Return the value of this Constant as a Datetime if it can be convertedabstract Datetime
Element.getValueAsDatetime()
Returns the value of this element as a Datetimeabstract Datetime
Element.getValueAsDatetime
(int index) Returns the value of the element at the specified index as a Datetimeabstract Datetime
Constant.getValueAsTime()
Deprecated.since 3.2.1 UseConstant.getValueAsDatetime()
insteadabstract Datetime
Element.getValueAsTime()
Returns the value of this element as a Timeabstract Datetime
Element.getValueAsTime
(int index) Returns the value of the element at the specified index as a TimeMethods in com.bloomberglp.blpapi with parameters of type DatetimeModifier and TypeMethodDescriptionvoid
Append the specified value to the named array element of this requestvoid
Deprecated.UseRequest.append(Name, Datetime)
instead.abstract void
Element.appendValue
(Datetime value) Append the specified value to this array elementvoid
EventFormatter.appendValue
(Datetime value) Append the specified 'value' to the element which represents an array ofDatetime
type.void
Logging.Callback.onMessage
(long threadId, Level level, Datetime dateTime, String loggerName, String message) void
Set the element of this request having the specified name to the specified value.void
Deprecated.UseRequest.set(Name, Datetime)
instead.abstract void
Element.setElement
(Name name, Datetime value) Set the named sub-element to the specified valueabstract void
Element.setElement
(String name, Datetime value) Deprecated.UseElement.setElement(Name, Datetime)
instead.void
EventFormatter.setElement
(Name name, Datetime value) Sets the element with the specifiedname
within the current element to the specifiedvalue
.void
EventFormatter.setElement
(String name, Datetime value) Deprecated.Use {EventFormatter.setElement(Name, Datetime)
instead.abstract void
Set the value of this element to the specified value.abstract void
Set the value of this element to the specified valueConstructors in com.bloomberglp.blpapi with parameters of type Datetime -
Uses of Datetime in com.bloomberglp.blpapi.test
Methods in com.bloomberglp.blpapi.test with parameters of type DatetimeModifier and TypeMethodDescriptionvoid
MessageFormatter.appendValue
(Datetime value) Appends the specifiedvalue
to the element on which thisMessageFormatter
is operating.void
MessageFormatter.setElement
(Name name, Datetime value) Sets the element with the specifiedname
to the specifiedvalue
in the current message referenced by thisMessageFormatter
.MessageProperties.setTimeReceived
(Datetime timeReceived) Sets the time received property.
Element.getElementAsDate(Name)
instead.