C# Class Nvelope.TimeSpanExtensions

Mostra file Open project: TrinityWestern/Nvelope

Public Methods

Method Description
Multiply ( this interval, int times ) : System.TimeSpan
RoundToYears ( this source ) : int

Rounding conversion of TimeSpan to Years

Method Details

Multiply() public static method

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

RoundToYears() public static method

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