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

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

public enum NBElementDateTimeType
Members

  Member nameValueDescription
Unknown0 The datatype is unknown
Date8 The datatype is Date, which maps to the CLR type of DateTimeOffset or Nullable<DateTimeOffset>.
Timestamp9 The datatype is Timestamp, which maps to the CLR type of DateTimeOffset or Nullable<DateTimeOffset>.
GmtTimestamp10 The datatype is GmtTimestamp, which maps to the CLR type of DateTime or Nullable<DateTime>.
See Also