C# 클래스 TrakHound.Tools.TimeSpan_Functions

파일 보기 프로젝트 열기: TrakHound/TrakHound-Community

공개 메소드들

메소드 설명
Parse ( string s ) : System.TimeSpan
ParseSeconds ( string s ) : System.TimeSpan
ToFormattedString ( System.TimeSpan ts ) : string

메소드 상세

Parse() 공개 정적인 메소드

public static Parse ( string s ) : System.TimeSpan
s string
리턴 System.TimeSpan

ParseSeconds() 공개 정적인 메소드

public static ParseSeconds ( string s ) : System.TimeSpan
s string
리턴 System.TimeSpan

ToFormattedString() 공개 정적인 메소드

public static ToFormattedString ( System.TimeSpan ts ) : string
ts System.TimeSpan
리턴 string