| DateTimeTypeGetNext Method |
Returns the value following n
Namespace:
SmartTests.Ranges
Assembly:
SmartTests (in SmartTests.dll) Version: 1.12.0
Syntax protected override DateTime GetNext(
DateTime n
)
Protected Overrides Function GetNext (
n As DateTime
) As DateTime
protected:
virtual DateTime GetNext(
DateTime n
) override
abstract GetNext :
n : DateTime -> DateTime
override GetNext :
n : DateTime -> DateTime
Parameters
- n
- Type: SystemDateTime
The value for which the following value must be computed
Return Value
Type:
DateTimeThe following value of
nSee Also