C# Class System.TimeSpanExtensions

Mostra file Open project: TargetProcess/Target-Process-Plugins

Public Methods

Method Description
TotalDays ( this timeSpan ) : double?
TotalHours ( this timeSpan ) : double?
TotalMilliseconds ( this timeSpan ) : double?
TotalMinutes ( this timeSpan ) : double?
TotalMonths ( this timeSpan ) : double?
TotalSeconds ( this timeSpan ) : double?

Method Details

TotalDays() public static method

public static TotalDays ( this timeSpan ) : double?
timeSpan this
return double?

TotalHours() public static method

public static TotalHours ( this timeSpan ) : double?
timeSpan this
return double?

TotalMilliseconds() public static method

public static TotalMilliseconds ( this timeSpan ) : double?
timeSpan this
return double?

TotalMinutes() public static method

public static TotalMinutes ( this timeSpan ) : double?
timeSpan this
return double?

TotalMonths() public static method

public static TotalMonths ( this timeSpan ) : double?
timeSpan this
return double?

TotalSeconds() public static method

public static TotalSeconds ( this timeSpan ) : double?
timeSpan this
return double?