NBElement GetNullableDateTimeOffset Method IBM Integration Bus
The GetNullableDateTimeOffset method returns a Nullable<DateTimeOffset> value containing the value of the NBElement.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public Nullable<DateTimeOffset> GetNullableDateTimeOffset()

Return Value

Type: OnlineNullable OnlineDateTimeOffset 
The current element's value.
Exceptions

ExceptionCondition
IBM.Broker.Plugin NBRecoverableExceptionThrown if the value of the element is not of type Nullable<DateTimeOffset>.
See Also