WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
GetNullableTimeSpan Method
NamespacesIBM.Broker.PluginNBElementGetNullableTimeSpan()()()()
SUMMARY
The GetNullableTimeSpan method returns a Nullable<TimeSpan> value containing the value of the NBElement.
Declaration Syntax
C#Visual BasicVisual C++F#
public Nullable<TimeSpan> GetNullableTimeSpan()
Public Function GetNullableTimeSpan As Nullable(Of TimeSpan)
public:
Nullable<TimeSpan> GetNullableTimeSpan()
member GetNullableTimeSpan : unit -> Nullable<TimeSpan> 
Return Value
The current element's value.
Exceptions
ExceptionCondition
NBRecoverableExceptionThrown if the value of the element is not of type Nullable<TimeSpan>.

Assembly: IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0