NBElement SetValue Method (Nullable DateTimeOffset , NBElementDateTimeType)IBM Integration Bus
The SetValue method assigns the given Nullable<DateTimeOffset> value to the NBElement (using the NBElementDateTimeType to determine the sub-type) and returns the current NBElement (whose value is set).

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

public NBElement SetValue(
	Nullable<DateTimeOffset> value,
	NBElementDateTimeType type
)

Parameters

value
Type: OnlineSystem Nullable OnlineDateTimeOffset 
The value to set.
type
Type: IBM.Broker.Plugin NBElementDateTimeType
The type of the object.

Return Value

Type: NBElement
The current element.
See Also