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

Declaration Syntax
C# | Visual Basic | Visual C++ | F# |
public enum NBElementTimeSpanType
Public Enumeration NBElementTimeSpanType
public enum class NBElementTimeSpanType
type NBElementTimeSpanType

Members
Member | Description |
---|
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