The NBElementDateTimeType enum represents the allowed sub-types for NBElement values of type DateTime or DateTimeOffset.
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 | |
Date | 8 | The datatype is Date, which maps to the CLR type of DateTimeOffset or Nullable<DateTimeOffset>. | |
Timestamp | 9 | The datatype is Timestamp, which maps to the CLR type of DateTimeOffset or Nullable<DateTimeOffset>. | |
GmtTimestamp | 10 | The datatype is GmtTimestamp, which maps to the CLR type of DateTime or Nullable<DateTime>. |
See Also