NBElementTimeSpanType EnumerationIBM Integration Bus
The NBElementTimeSpanType enum represents the allowed sub-types for NBElement values of type TimeSpan.

Namespace: IBM.Broker.Plugin
Assembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax

public enum NBElementTimeSpanType
Members

  Member nameValueDescription
Unknown0 The datatype is unknown
Time6 The datatype is Time, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.
GmtTime7 The datatype is GmtTime, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.
IntervalDaySecond11 The datatype is IntervalDaySecond, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.
See Also