NBElement SetValue Method (DateTime, NBElementDateTimeType)IBM Integration Bus
The SetValue method assigns the given DateTime value to the NBElement (using the NBElementTimeSpanType 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(
	DateTime value,
	NBElementDateTimeType type
)

Return Value

Type: NBElement
The current element.
See Also