WebSphere Message Broker™ V8.0.0.0 .NET Plugin Node API
NBElementDateTimeType Enumeration
NamespacesIBM.Broker.PluginNBElementDateTimeType
SUMMARY
The NBElementDateTimeType enum represents the allowed sub-types for NBElement values of type DateTime or DateTimeOffset.
Declaration Syntax
C#Visual BasicVisual C++F#
public enum NBElementDateTimeType
Public Enumeration NBElementDateTimeType
public enum class NBElementDateTimeType
type NBElementDateTimeType
Members
MemberDescription
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