NBElement   Conversion (NBElement to DateTime)IBM Integration Bus
The cast operator method retrieves the value of the NBElement and explicitly casts it to a DateTime value.

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

public static explicit operator DateTime (
	NBElement value
)

Return Value

Type: OnlineDateTime
The current element's value cast to the specified type.
Exceptions

See Also