C# 클래스 SpeakFriend.ValueObjects.TimeCode

TimeCodes are used to identify a specific frame in a movie
파일 보기 프로젝트 열기: teamaton/speak-lib

공개 메소드들

메소드 설명
ParseAndSet ( string value ) : void
TimeCode ( ) : System
TimeCode ( int value ) : System
TimeCode ( string value ) : System
ToString ( ) : string

메소드 상세

ParseAndSet() 공개 메소드

public ParseAndSet ( string value ) : void
value string
리턴 void

TimeCode() 공개 메소드

public TimeCode ( ) : System
리턴 System

TimeCode() 공개 메소드

public TimeCode ( int value ) : System
value int
리턴 System

TimeCode() 공개 메소드

public TimeCode ( string value ) : System
value string
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string