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 DatetimeElement.getElementAsDate(Name name) Returns the value of the named sub-element as a Dateabstract DatetimeElement.getElementAsDate(String name) Deprecated.abstract DatetimeMessage.getElementAsDate(Name name) Return the value of the element having specified name as a Date valueabstract DatetimeMessage.getElementAsDate(String name) Deprecated.Use {Message.getElementAsDate(Name)instead.abstract DatetimeElement.getElementAsDatetime(Name name) Returns the value of the named sub-element as a Datetimeabstract DatetimeElement.getElementAsDatetime(String name) Deprecated.UseElement.getElementAsDatetime(Name)instead.abstract DatetimeMessage.getElementAsDatetime(Name name) Return the value of the element having specified name as a Datetime valueabstract DatetimeMessage.getElementAsDatetime(String name) Deprecated.Use {Message.getElementAsDatetime(Name)instead.abstract DatetimeElement.getElementAsTime(Name name) Returns the value of the named sub-element as a Timeabstract DatetimeElement.getElementAsTime(String name) Deprecated.UseElement.getElementAsTime(Name)instead.abstract DatetimeMessage.getElementAsTime(Name name) Return the value of the element having specified name as a Time valueabstract DatetimeMessage.getElementAsTime(String name) Deprecated.Use {Message.getElementAsTime(Name)instead.abstract DatetimeConstant.getValueAsDate()Deprecated.since 3.2.1 UseConstant.getValueAsDatetime()insteadabstract DatetimeElement.getValueAsDate()Returns the value of this element as a Dateabstract DatetimeElement.getValueAsDate(int index) Returns the value of the element at the specified index as a Dateabstract DatetimeConstant.getValueAsDatetime()Return the value of this Constant as a Datetime if it can be convertedabstract DatetimeElement.getValueAsDatetime()Returns the value of this element as a Datetimeabstract DatetimeElement.getValueAsDatetime(int index) Returns the value of the element at the specified index as a Datetimeabstract DatetimeConstant.getValueAsTime()Deprecated.since 3.2.1 UseConstant.getValueAsDatetime()insteadabstract DatetimeElement.getValueAsTime()Returns the value of this element as a Timeabstract DatetimeElement.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 TypeMethodDescriptionvoidAppend the specified value to the named array element of this requestvoidDeprecated.UseRequest.append(Name, Datetime)instead.abstract voidElement.appendValue(Datetime value) Append the specified value to this array elementvoidEventFormatter.appendValue(Datetime value) Append the specified 'value' to the element which represents an array ofDatetimetype.voidLogging.Callback.onMessage(long threadId, Level level, Datetime dateTime, String loggerName, String message) voidSet the element of this request having the specified name to the specified value.voidDeprecated.UseRequest.set(Name, Datetime)instead.abstract voidElement.setElement(Name name, Datetime value) Set the named sub-element to the specified valueabstract voidElement.setElement(String name, Datetime value) Deprecated.UseElement.setElement(Name, Datetime)instead.voidEventFormatter.setElement(Name name, Datetime value) Sets the element with the specifiednamewithin the current element to the specifiedvalue.voidEventFormatter.setElement(String name, Datetime value) Deprecated.Use {EventFormatter.setElement(Name, Datetime)instead.abstract voidSet the value of this element to the specified value.abstract voidSet 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 TypeMethodDescriptionvoidMessageFormatter.appendValue(Datetime value) Appends the specifiedvalueto the element on which thisMessageFormatteris operating.voidMessageFormatter.setElement(Name name, Datetime value) Sets the element with the specifiednameto the specifiedvaluein the current message referenced by thisMessageFormatter.MessageProperties.setTimeReceived(Datetime timeReceived) Sets the time received property.
Element.getElementAsDate(Name)instead.