C# 클래스 LongoMatch.Store.Time

상속: IComparable
파일 보기 프로젝트 열기: GNOME/longomatch 1 사용 예제들

Private Properties

프로퍼티 타입 설명

공개 메소드들

메소드 설명
CompareTo ( object obj ) : int
Equals ( object o ) : bool
GetHashCode ( ) : int
Time ( ) : System
Time ( int mSeconds ) : System
ToMSecondsString ( ) : string

String representation including the milisenconds information

ToSecondsString ( ) : string

String representation in seconds

operator ( ) : Time
operator ( ) : bool

메소드 상세

CompareTo() 공개 메소드

public CompareTo ( object obj ) : int
obj object
리턴 int

Equals() 공개 메소드

public Equals ( object o ) : bool
o object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

Time() 공개 메소드

public Time ( ) : System
리턴 System

Time() 공개 메소드

public Time ( int mSeconds ) : System
mSeconds int
리턴 System

ToMSecondsString() 공개 메소드

String representation including the milisenconds information
public ToMSecondsString ( ) : string
리턴 string

ToSecondsString() 공개 메소드

String representation in seconds
public ToSecondsString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : Time
리턴 Time

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool