C# Класс Evbpc.Framework.Utilities.Extensions.TimeSpanExtensions

Provides certain extension methods for the TimeSpan structure.
Показать файл Открыть проект

Открытые методы

Метод Описание
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