The NBElementTimeSpanType enum represents the allowed sub-types for NBElement values of type TimeSpan.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
Syntax
Members
Member name | Value | Description | |
---|---|---|---|
Unknown | 0 | The datatype is unknown | |
Time | 6 | The datatype is Time, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>. | |
GmtTime | 7 | The datatype is GmtTime, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>. | |
IntervalDaySecond | 11 | The datatype is IntervalDaySecond, which maps to the CLR type of TimeSpan or Nullable<TimeSpan>. |
See Also