C# Class BudgetAnalyser.Engine.TimeSpanExtension

A few extensions to assist in creating TimeSpans, and working with TimeSpans.
Exibir arquivo Open project: Benrnz/BudgetAnalyser

Public Methods

Method Description
Seconds ( this instance ) : System.TimeSpan

Creates a TimeSpan from the given number value in seconds.

Method Details

Seconds() public static method

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