NBElementConvert ToNullableDateTimeOffset Method IBM Integration Bus
Overload List

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