C# Class Tag.Neuron.Xamarin.Extensions.TimeSpanExtensions

An extensions class for the TimeSpan struct.
Afficher le fichier Open project: Trust-Anchor-Group/IdApp

Méthodes publiques

Méthode Description
Multiply ( TimeSpan ts, int multiplier ) : TimeSpan

Multiplies the TimeSpan instance by the factor specified.

Method Details

Multiply() public static méthode

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.
Résultat TimeSpan