C# Class BudgetAnalyser.Engine.TimeSpanExtension

A few extensions to assist in creating TimeSpans, and working with TimeSpans.
Afficher le fichier Open project: Benrnz/BudgetAnalyser

Méthodes publiques

Méthode Description
Seconds ( this instance ) : System.TimeSpan

Creates a TimeSpan from the given number value in seconds.

Method Details

Seconds() public static méthode

Creates a TimeSpan from the given number value in seconds.
public static Seconds ( this instance ) : System.TimeSpan
instance this
Résultat System.TimeSpan