C# Class System.TimeSpanExtensions

Afficher le fichier Open project: TargetProcess/Target-Process-Plugins

Méthodes publiques

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

public static TotalDays ( this timeSpan ) : double?
timeSpan this
Résultat double?

TotalHours() public static méthode

public static TotalHours ( this timeSpan ) : double?
timeSpan this
Résultat double?

TotalMilliseconds() public static méthode

public static TotalMilliseconds ( this timeSpan ) : double?
timeSpan this
Résultat double?

TotalMinutes() public static méthode

public static TotalMinutes ( this timeSpan ) : double?
timeSpan this
Résultat double?

TotalMonths() public static méthode

public static TotalMonths ( this timeSpan ) : double?
timeSpan this
Résultat double?

TotalSeconds() public static méthode

public static TotalSeconds ( this timeSpan ) : double?
timeSpan this
Résultat double?