C# Class Nvelope.TimeSpanExtensions

Afficher le fichier Open project: TrinityWestern/Nvelope

Méthodes publiques

Méthode Description
Multiply ( this interval, int times ) : System.TimeSpan
RoundToYears ( this source ) : int

Rounding conversion of TimeSpan to Years

Method Details

Multiply() public static méthode

public static Multiply ( this interval, int times ) : System.TimeSpan
interval this
times int
Résultat System.TimeSpan

RoundToYears() public static méthode

Rounding conversion of TimeSpan to Years
public static RoundToYears ( this source ) : int
source this
Résultat int