StandardExtensions.NextTimeSpan Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
NextTimeSpan(SafeRandom, TimeSpan) | |
NextTimeSpan(SafeRandom, TimeSpan, TimeSpan) |
NextTimeSpan(SafeRandom, TimeSpan)
- Source:
- StandardExtensions.cs
public static TimeSpan NextTimeSpan (this Orleans.Internal.SafeRandom random, TimeSpan timeSpan);
static member NextTimeSpan : Orleans.Internal.SafeRandom * TimeSpan -> TimeSpan
<Extension()>
Public Function NextTimeSpan (random As SafeRandom, timeSpan As TimeSpan) As TimeSpan
Parameters
- random
- SafeRandom
- timeSpan
- TimeSpan
Returns
Applies to
NextTimeSpan(SafeRandom, TimeSpan, TimeSpan)
- Source:
- StandardExtensions.cs
public static TimeSpan NextTimeSpan (this Orleans.Internal.SafeRandom random, TimeSpan minValue, TimeSpan maxValue);
static member NextTimeSpan : Orleans.Internal.SafeRandom * TimeSpan * TimeSpan -> TimeSpan
<Extension()>
Public Function NextTimeSpan (random As SafeRandom, minValue As TimeSpan, maxValue As TimeSpan) As TimeSpan
Parameters
- random
- SafeRandom
- minValue
- TimeSpan
- maxValue
- TimeSpan