C# 클래스 Tag.Neuron.Xamarin.Extensions.TimeSpanExtensions

An extensions class for the TimeSpan struct.
파일 보기 프로젝트 열기: Trust-Anchor-Group/IdApp

공개 메소드들

메소드 설명
Multiply ( TimeSpan ts, int multiplier ) : TimeSpan

Multiplies the TimeSpan instance by the factor specified.

메소드 상세

Multiply() 공개 정적인 메소드

Multiplies the TimeSpan instance by the factor specified.
public static Multiply ( TimeSpan ts, int multiplier ) : TimeSpan
ts TimeSpan The to multiply.
multiplier int The multiplie to use.
리턴 TimeSpan