StandardExtensions.NextTimeSpan Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
Sobrecargas
NextTimeSpan(SafeRandom, TimeSpan) | |
NextTimeSpan(SafeRandom, TimeSpan, TimeSpan) |
NextTimeSpan(SafeRandom, TimeSpan)
- Origem:
- 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
Parâmetros
- random
- SafeRandom
- timeSpan
- TimeSpan
Retornos
Aplica-se a
NextTimeSpan(SafeRandom, TimeSpan, TimeSpan)
- Origem:
- 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
Parâmetros
- random
- SafeRandom
- minValue
- TimeSpan
- maxValue
- TimeSpan