영어로 읽기

다음을 통해 공유


Stopwatch.GetElapsedTime 메서드

정의

오버로드

GetElapsedTime(Int64)

를 사용하여 GetTimestamp()검색된 값 이후 경과 startingTimestamp 된 시간을 가져옵니다.

GetElapsedTime(Int64, Int64)

를 사용하여 GetTimestamp()검색된 두 타임스탬프 사이의 경과된 시간을 가져옵니다.

GetElapsedTime(Int64)

Source:
Stopwatch.cs
Source:
Stopwatch.cs
Source:
Stopwatch.cs

를 사용하여 GetTimestamp()검색된 값 이후 경과 startingTimestamp 된 시간을 가져옵니다.

public static TimeSpan GetElapsedTime (long startingTimestamp);

매개 변수

startingTimestamp
Int64

기간의 시작을 표시하는 타임스탬프입니다.

반환

TimeSpan 시작 타임스탬프와 이 호출 시간 사이의 경과된 시간에 대한 입니다.

적용 대상

GetElapsedTime(Int64, Int64)

Source:
Stopwatch.cs
Source:
Stopwatch.cs
Source:
Stopwatch.cs

를 사용하여 GetTimestamp()검색된 두 타임스탬프 사이의 경과된 시간을 가져옵니다.

public static TimeSpan GetElapsedTime (long startingTimestamp, long endingTimestamp);

매개 변수

startingTimestamp
Int64

기간의 시작을 표시하는 타임스탬프입니다.

endingTimestamp
Int64

기간의 끝을 표시하는 타임스탬프입니다.

반환

TimeSpan 시작 타임스탬프와 종료 타임스탬프 사이의 경과된 시간에 대한 입니다.

적용 대상