WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
NBElementTimeSpanType Enumeration
NamespacesIBM.Broker.PluginNBElementTimeSpanType
SUMMARY
The NBElementTimeSpanType enum represents the allowed sub-types for NBElement values of type TimeSpan.
Declaration Syntax
C#Visual BasicVisual C++F#
public enum NBElementTimeSpanType
Public Enumeration NBElementTimeSpanType
public enum class NBElementTimeSpanType
type NBElementTimeSpanType
Members
MemberDescription
Unknown The datatype is unknown
IntervalDaySecond The datatype is IntervalDaySecond, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.
GmtTime The datatype is GmtTime, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.
Time The datatype is Time, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>.

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