C# 클래스 System.TimeSpanExtensions

파일 보기 프로젝트 열기: TargetProcess/Target-Process-Plugins

공개 메소드들

메소드 설명
TotalDays ( this timeSpan ) : double?
TotalHours ( this timeSpan ) : double?
TotalMilliseconds ( this timeSpan ) : double?
TotalMinutes ( this timeSpan ) : double?
TotalMonths ( this timeSpan ) : double?
TotalSeconds ( this timeSpan ) : double?

메소드 상세

TotalDays() 공개 정적인 메소드

public static TotalDays ( this timeSpan ) : double?
timeSpan this
리턴 double?

TotalHours() 공개 정적인 메소드

public static TotalHours ( this timeSpan ) : double?
timeSpan this
리턴 double?

TotalMilliseconds() 공개 정적인 메소드

public static TotalMilliseconds ( this timeSpan ) : double?
timeSpan this
리턴 double?

TotalMinutes() 공개 정적인 메소드

public static TotalMinutes ( this timeSpan ) : double?
timeSpan this
리턴 double?

TotalMonths() 공개 정적인 메소드

public static TotalMonths ( this timeSpan ) : double?
timeSpan this
리턴 double?

TotalSeconds() 공개 정적인 메소드

public static TotalSeconds ( this timeSpan ) : double?
timeSpan this
리턴 double?