EnsureIsInfiniteOrGreaterThanZero Method |
Ensures that the value of a parameter is infinite or greater than zero.
Namespace:
MongoDB.Driver.Core.Misc
Assembly:
MongoDB.Driver.Core (in MongoDB.Driver.Core.dll) Version: 2.22.0+75246110ed1247226fcc7f8eb2c54ffab745693e
Syntax public static TimeSpan IsInfiniteOrGreaterThanZero(
TimeSpan value,
string paramName
)
Public Shared Function IsInfiniteOrGreaterThanZero (
value As TimeSpan,
paramName As String
) As TimeSpan
static member IsInfiniteOrGreaterThanZero :
value : TimeSpan *
paramName : string -> TimeSpan
Parameters
- value
- Type: SystemTimeSpan
The value of the parameter. - paramName
- Type: SystemString
The name of the parameter.
Return Value
Type:
TimeSpanThe value of the parameter.
See Also