C# 클래스 Evbpc.Framework.Utilities.Extensions.TimeSpanExtensions

Provides certain extension methods for the TimeSpan structure.
파일 보기 프로젝트 열기: EBrown8534/Framework

공개 메소드들

메소드 설명
PercentComplete ( this t, System.TimeSpan target ) : double

Calculates how far into the target TimeSpan the current TimeSpan is.

메소드 상세

PercentComplete() 공개 정적인 메소드

Calculates how far into the target TimeSpan the current TimeSpan is.
public static PercentComplete ( this t, System.TimeSpan target ) : double
t this The TimeSpan to test.
target System.TimeSpan The target TimeSpan.
리턴 double