C# Class SpeakFriend.ValueObjects.TimeCode

TimeCodes are used to identify a specific frame in a movie
显示文件 Open project: teamaton/speak-lib

Public Methods

Method Description
ParseAndSet ( string value ) : void
TimeCode ( ) : System
TimeCode ( int value ) : System
TimeCode ( string value ) : System
ToString ( ) : string

Method Details

ParseAndSet() public method

public ParseAndSet ( string value ) : void
value string
return void

TimeCode() public method

public TimeCode ( ) : System
return System

TimeCode() public method

public TimeCode ( int value ) : System
value int
return System

TimeCode() public method

public TimeCode ( string value ) : System
value string
return System

ToString() public method

public ToString ( ) : string
return string