C# 클래스 imBMW.Tools.DateTimeHelpers

파일 보기 프로젝트 열기: toxsedyshev/imBMW

공개 메소드들

메소드 설명
GetTotalHours ( this timespan ) : int
GetTotalMilliseconds ( this timespan ) : int
GetTotalMinutes ( this timespan ) : int
GetTotalSeconds ( this timespan ) : int

메소드 상세

GetTotalHours() 공개 정적인 메소드

public static GetTotalHours ( this timespan ) : int
timespan this
리턴 int

GetTotalMilliseconds() 공개 정적인 메소드

public static GetTotalMilliseconds ( this timespan ) : int
timespan this
리턴 int

GetTotalMinutes() 공개 정적인 메소드

public static GetTotalMinutes ( this timespan ) : int
timespan this
리턴 int

GetTotalSeconds() 공개 정적인 메소드

public static GetTotalSeconds ( this timespan ) : int
timespan this
리턴 int