The SetValue method assigns the given 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.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public NBElement SetValue(
DateTimeOffset value,
NBElementDateTimeType type
)
public NBElement SetValue(
DateTimeOffset value,
NBElementDateTimeType type
)
Public Function SetValue (
value As DateTimeOffset,
type As NBElementDateTimeType
) As NBElement
Public Function SetValue (
value As DateTimeOffset,
type As NBElementDateTimeType
) As NBElement
public:
NBElement^ SetValue(
DateTimeOffset value,
NBElementDateTimeType type
)
public:
NBElement^ SetValue(
DateTimeOffset value,
NBElementDateTimeType type
)
member SetValue :
value : DateTimeOffset *
type : NBElementDateTimeType -> NBElement
member SetValue :
value : DateTimeOffset *
type : NBElementDateTimeType -> NBElement
Return Value
Type:
NBElementThe current element.