C# Class JelloScrum.Web.Helpers.TimeSpanHelper

Afficher le fichier Open project: auxilium/JelloScrum

Méthodes publiques

Méthode 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 méthode

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

TimeSpanInMinuten() public static méthode

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