C# Class Composable.System.TimeSpanExtensions

Afficher le fichier Open project: mlidbom/Composable.Monolithic

Méthodes publiques

Méthode Description
Days ( this me ) : System.TimeSpan

Returns a TimeSpan me days long.

Hours ( this me ) : TimeSpan

Returns a TimeSpan me hours long.

Milliseconds ( this me ) : TimeSpan

Returns a TimeSpan me milliseconds long.

Minutes ( this me ) : TimeSpan

Returns a TimeSpan me minutes long.

Seconds ( this me ) : TimeSpan

Returns a TimeSpan me seconds long.

Method Details

Days() public static méthode

Returns a TimeSpan me days long.
public static Days ( this me ) : System.TimeSpan
me this
Résultat System.TimeSpan

Hours() public static méthode

Returns a TimeSpan me hours long.
public static Hours ( this me ) : TimeSpan
me this
Résultat TimeSpan

Milliseconds() public static méthode

Returns a TimeSpan me milliseconds long.
public static Milliseconds ( this me ) : TimeSpan
me this
Résultat TimeSpan

Minutes() public static méthode

Returns a TimeSpan me minutes long.
public static Minutes ( this me ) : TimeSpan
me this
Résultat TimeSpan

Seconds() public static méthode

Returns a TimeSpan me seconds long.
public static Seconds ( this me ) : TimeSpan
me this
Résultat TimeSpan