C# Class JelloScrum.Web.Helpers.TimeSpanHelper

ファイルを表示 Open project: auxilium/JelloScrum

Public Methods

Method Description
Parse ( string timeSpan ) : System.TimeSpan

Takes a Time like 90,00 and parses it to timespan

TimeSpanInMinuten ( System.TimeSpan timeSpan ) : double

Geeft de timespan geformatteerd als double HH,MM.

Method Details

Parse() public static method

Takes a Time like 90,00 and parses it to timespan
public static Parse ( string timeSpan ) : System.TimeSpan
timeSpan string 90,00
return System.TimeSpan

TimeSpanInMinuten() public static method

Geeft de timespan geformatteerd als double HH,MM.
public static TimeSpanInMinuten ( System.TimeSpan timeSpan ) : double
timeSpan System.TimeSpan De timespan.
return double