StandardExtensions.NextTimeSpan Méthode
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Surcharges
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
Paramètres
- random
- SafeRandom
- timeSpan
- TimeSpan
Retours
S’applique à
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
Paramètres
- random
- SafeRandom
- minValue
- TimeSpan
- maxValue
- TimeSpan