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