Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan>.
Namespace: IBM.Broker.PluginAssembly: IBM.Broker.Plugin (in IBM.Broker.Plugin.dll) Version: 9.0.0.0
public static Nullable<TimeSpan> ToNullableTimeSpan(
NBElement value
)
public static Nullable<TimeSpan> ToNullableTimeSpan(
NBElement value
)
Public Shared Function ToNullableTimeSpan (
value As NBElement
) As Nullable(Of TimeSpan)
Public Shared Function ToNullableTimeSpan (
value As NBElement
) As Nullable(Of TimeSpan)
public:
static Nullable<TimeSpan> ToNullableTimeSpan(
NBElement^ value
)
public:
static Nullable<TimeSpan> ToNullableTimeSpan(
NBElement^ value
)
static member ToNullableTimeSpan :
value : NBElement -> Nullable<TimeSpan>
static member ToNullableTimeSpan :
value : NBElement -> Nullable<TimeSpan>
Return Value
Type:
Nullable
TimeSpan The current element's value converted to a
Nullable<TimeSpan> data type.
This method assumes the value element will contain a broker
Time,
GmtTime or
IntervalDaySecond data type.
If this is not the case, use one of the overloads with the
convertVia parameter.