Méthode | Description | |
---|---|---|
Days ( this me ) : System.TimeSpan |
Returns a TimeSpan me days long.
|
|
Hours ( this me ) : TimeSpan |
Returns a TimeSpan me hours long.
|
|
Milliseconds ( this me ) : TimeSpan |
Returns a TimeSpan me milliseconds long.
|
|
Minutes ( this me ) : TimeSpan |
Returns a TimeSpan me minutes long.
|
|
Seconds ( this me ) : TimeSpan |
Returns a TimeSpan me seconds long.
|
public static Days ( this me ) : System.TimeSpan | ||
me | this | |
Résultat | System.TimeSpan |
public static Milliseconds ( this me ) : TimeSpan | ||
me | this | |
Résultat | TimeSpan |
public static Minutes ( this me ) : TimeSpan | ||
me | this | |
Résultat | TimeSpan |
public static Seconds ( this me ) : TimeSpan | ||
me | this | |
Résultat | TimeSpan |