NBElementConvert ToNullableTimeSpan Method IBM Integration Bus
Overload List

  NameDescription
Public methodStatic memberToNullableTimeSpan(NBElement)
Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan>.
Public methodStatic memberToNullableTimeSpan(NBElement, NBElementTimeSpanType)
Returns the value of the NBElement passed in as a Nullable<TimeSpan> after first converting it to the convertVia type.
Public methodStatic memberToNullableTimeSpan(NBElement, String, NBElementTimeSpanType)
Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan> if required using specified format and conversion.
Back to Top
See Also