| Package | Description |
|---|---|
| com.bloomberglp.blpapi | |
| com.bloomberglp.blpapi.test |
| Modifier and Type | Method and Description |
|---|---|
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(String name)
Return the value of the element having specified name as a Date value
|
abstract Datetime |
Element.getElementAsDate(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(String name)
Return the value of the element having specified name as a Datetime
value
|
abstract Datetime |
Element.getElementAsDatetime(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(String name)
Return the value of the element having specified name as a Time value
|
abstract Datetime |
Element.getElementAsTime(String name)
Returns the value of the named sub-element as a Time
|
abstract Datetime |
Element.getValueAsDate()
Returns the value of this element as a Date
|
abstract Datetime |
Constant.getValueAsDate()
Deprecated.
since 3.2.1 Use
Constant.getValueAsDatetime() instead |
abstract Datetime |
Element.getValueAsDate(int index)
Returns the value of the element at the specified index as a Date
|
abstract Datetime |
Element.getValueAsDatetime()
Returns the value of this element as a Datetime
|
abstract Datetime |
Constant.getValueAsDatetime()
Return the value of this Constant as a Datetime if it can be converted
|
abstract Datetime |
Element.getValueAsDatetime(int index)
Returns the value of the element at the specified index as a Datetime
|
abstract Datetime |
Element.getValueAsTime()
Returns the value of this element as a Time
|
abstract Datetime |
Constant.getValueAsTime()
Deprecated.
since 3.2.1 Use
Constant.getValueAsDatetime() instead |
abstract Datetime |
Element.getValueAsTime(int index)
Returns the value of the element at the specified index as a Time
|
| Modifier and Type | Method and Description |
|---|---|
void |
Request.append(Name name,
Datetime value)
Append the specified value to the named array element of this request
|
void |
Request.append(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,
Level level,
Datetime dateTime,
String loggerName,
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(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(String name,
Datetime value)
Sets the element with the specified
name within the current
element to the specified value. |
abstract void |
Element.setElement(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
|
| Constructor and Description |
|---|
Datetime(Datetime other)
construct a Datetime object having the same values as specified 'other'
Datetime object
|
| Modifier and Type | Method and Description |
|---|---|
void |
MessageFormatter.appendValue(Datetime value)
Appends the specified
value to the element on which this
MessageFormatter is operating. |
void |
MessageFormatter.setElement(Name name,
Datetime value)
Sets the element with the specified
name to the specified
value in the current message referenced by this
MessageFormatter. |
MessageProperties |
MessageProperties.setTimeReceived(Datetime timeReceived)
Sets the time received property.
|
Copyright © 2021 Bloomberg L.P.. All rights reserved.