Méthode | Description | |
---|---|---|
FromMax ( System.TimeSpan MaxValue ) : |
Create a new half-open definition having just a maximum value.
|
|
FromMin ( System.TimeSpan MinValue ) : |
Create a new half-open definition having just a minimum value.
|
|
GetHashCode ( ) : |
Get the hashcode of this object.
|
|
TimeSpanMinMax ( System.TimeSpan Min, System.TimeSpan Max ) : System |
Creates a new range of TimeSpan values.
|
|
ToString ( ) : String |
Get a string representation of this object.
|
public static FromMax ( System.TimeSpan MaxValue ) : |
||
MaxValue | System.TimeSpan | The maximum value. |
Résultat |
public static FromMin ( System.TimeSpan MinValue ) : |
||
MinValue | System.TimeSpan | The minimum value. |
Résultat |
public TimeSpanMinMax ( System.TimeSpan Min, System.TimeSpan Max ) : System | ||
Min | System.TimeSpan | The minimum value or lower bound. |
Max | System.TimeSpan | The maximum value or upper bound. |
Résultat | System |