C# 클래스 Composable.System.TimeSpanExtensions

파일 보기 프로젝트 열기: mlidbom/Composable.Monolithic

공개 메소드들

메소드 설명
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.

메소드 상세

Days() 공개 정적인 메소드

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

Hours() 공개 정적인 메소드

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

Milliseconds() 공개 정적인 메소드

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

Minutes() 공개 정적인 메소드

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

Seconds() 공개 정적인 메소드

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