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

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

public static explicit operator DateTimeOffset (
	NBElement value
)

Return Value

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

ExceptionCondition
IBM.Broker.Plugin NBRecoverableExceptionThrown if the value can not be converted to a DateTimeOffset.
See Also