C# 클래스 NDueTime.DoubleExtensions

파일 보기 프로젝트 열기: kevingorski/NDueTime

공개 메소드들

메소드 설명
Days ( this days ) : System.TimeSpan
Hours ( this hours ) : System.TimeSpan
Milliseconds ( this milliseconds ) : System.TimeSpan
Minutes ( this minutes ) : System.TimeSpan
Seconds ( this seconds ) : System.TimeSpan

메소드 상세

Days() 공개 정적인 메소드

public static Days ( this days ) : System.TimeSpan
days this
리턴 System.TimeSpan

Hours() 공개 정적인 메소드

public static Hours ( this hours ) : System.TimeSpan
hours this
리턴 System.TimeSpan

Milliseconds() 공개 정적인 메소드

public static Milliseconds ( this milliseconds ) : System.TimeSpan
milliseconds this
리턴 System.TimeSpan

Minutes() 공개 정적인 메소드

public static Minutes ( this minutes ) : System.TimeSpan
minutes this
리턴 System.TimeSpan

Seconds() 공개 정적인 메소드

public static Seconds ( this seconds ) : System.TimeSpan
seconds this
리턴 System.TimeSpan