Overload List
| Name | Description | |
|---|---|---|
| ToNullableTimeSpan(NBElement) |
Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan>.
| |
| ToNullableTimeSpan(NBElement, NBElementTimeSpanType) |
Returns the value of the NBElement passed in as a Nullable<TimeSpan> after first converting it to the convertVia type.
| |
| ToNullableTimeSpan(NBElement, String, NBElementTimeSpanType) |
Returns the value of the NBElement passed in after first converting it to a Nullable<TimeSpan> if required using specified format and conversion.
|
See Also