C# Class Composable.System.TimeSpanExtensions

Show file Open project: mlidbom/Composable.Monolithic

Public Methods

Method 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 method

Returns a TimeSpan me days long.
public static Days ( this me ) : System.TimeSpan
me this
return System.TimeSpan

Hours() public static method

Returns a TimeSpan me hours long.
public static Hours ( this me ) : TimeSpan
me this
return TimeSpan

Milliseconds() public static method

Returns a TimeSpan me milliseconds long.
public static Milliseconds ( this me ) : TimeSpan
me this
return TimeSpan

Minutes() public static method

Returns a TimeSpan me minutes long.
public static Minutes ( this me ) : TimeSpan
me this
return TimeSpan

Seconds() public static method

Returns a TimeSpan me seconds long.
public static Seconds ( this me ) : TimeSpan
me this
return TimeSpan