C# Class imBMW.Tools.DateTimeHelpers

Mostrar archivo Open project: toxsedyshev/imBMW

Public Methods

Method Description
GetTotalHours ( this timespan ) : int
GetTotalMilliseconds ( this timespan ) : int
GetTotalMinutes ( this timespan ) : int
GetTotalSeconds ( this timespan ) : int

Method Details

GetTotalHours() public static method

public static GetTotalHours ( this timespan ) : int
timespan this
return int

GetTotalMilliseconds() public static method

public static GetTotalMilliseconds ( this timespan ) : int
timespan this
return int

GetTotalMinutes() public static method

public static GetTotalMinutes ( this timespan ) : int
timespan this
return int

GetTotalSeconds() public static method

public static GetTotalSeconds ( this timespan ) : int
timespan this
return int