C# Class LongoMatch.Store.Time

Inheritance: IComparable
Show file Open project: GNOME/longomatch Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
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

Method Details

CompareTo() public method

public CompareTo ( object obj ) : int
obj object
return int

Equals() public method

public Equals ( object o ) : bool
o object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Time() public method

public Time ( ) : System
return System

Time() public method

public Time ( int mSeconds ) : System
mSeconds int
return System

ToMSecondsString() public method

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

ToSecondsString() public method

String representation in seconds
public ToSecondsString ( ) : string
return string

operator() public static method

public static operator ( ) : Time
return Time

operator() public static method

public static operator ( ) : bool
return bool