Méthode | Description | |
---|---|---|
ToSeconds ( long ticks ) : double |
Returns the duration in seconds
|
|
ToSeconds ( long start, long end ) : double |
Returns the duration of the timer (in seconds)
|
|
ToSecondsFromNow ( long start ) : double |
Returns the duration in seconds from start
|
Méthode | Description | |
---|---|---|
HighTimer ( ) : System |
public static ToSeconds ( long ticks ) : double | ||
ticks | long | The ticks. |
Résultat | double |
public static ToSeconds ( long start, long end ) : double | ||
start | long | |
end | long | |
Résultat | double |
public static ToSecondsFromNow ( long start ) : double | ||
start | long | The start. |
Résultat | double |