NBElementConvert ToNullableDateTime Method IBM Integration Bus
Overload List

  NameDescription
Public methodStatic memberToNullableDateTime(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTime> if required.
Public methodStatic memberToNullableDateTime(NBElement, String)
Returns the value of the NBElement passed in after first converting it to a Nullable<DateTime> if required using specified format.
Back to Top
See Also