C# 클래스 Nvelope.TimeSpanExtensions

파일 보기 프로젝트 열기: TrinityWestern/Nvelope

공개 메소드들

메소드 설명
Multiply ( this interval, int times ) : System.TimeSpan
RoundToYears ( this source ) : int

Rounding conversion of TimeSpan to Years

메소드 상세

Multiply() 공개 정적인 메소드

public static Multiply ( this interval, int times ) : System.TimeSpan
interval this
times int
리턴 System.TimeSpan

RoundToYears() 공개 정적인 메소드

Rounding conversion of TimeSpan to Years
public static RoundToYears ( this source ) : int
source this
리턴 int