WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
ToNullableDateTime Method (value)
NamespacesIBM.Broker.PluginNBElementConvertToNullableDateTime(NBElement)
SUMMARY
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTime> if required.
Declaration Syntax
C#Visual BasicVisual C++F#
public static Nullable<DateTime> ToNullableDateTime(
	NBElement value
)
Public Shared Function ToNullableDateTime ( _
	value As NBElement _
) As Nullable(Of DateTime)
public:
static Nullable<DateTime> ToNullableDateTime(
	NBElement^ value
)
static member ToNullableDateTime : 
        value:NBElement -> Nullable<DateTime> 
Parameters
value (NBElement)
The element whose value is to be converted.
Return Value
The current element's value converted to a Nullable<DateTime> data type.
Exceptions
ExceptionCondition
FormatExceptionThrown if the value can not be converted to a Nullable<DateTime>.

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