SUMMARY
The NBElementDateTimeType enum represents the allowed sub-types for NBElement values of type DateTime or DateTimeOffset.

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

Members
Member | Description |
---|
Unknown |
The datatype is unknown
|
GmtTimestamp |
The datatype is GmtTimestamp, which maps to the CLR type of DateTime or Nullable<DateTime>.
|
Timestamp |
The datatype is Timestamp, which maps to the CLR type of DateTimeOffset or Nullable<DateTimeOffset>.
|
Date |
The datatype is Date, which maps to the CLR type of DateTimeOffset or Nullable<DateTimeOffset>.
|
Assembly:
IBM.Broker.Plugin (Module: IBM.Broker.Plugin) Version: 8.0.0.0