C# Class LongoMatch.Store.Time

Inheritance: IComparable
Afficher le fichier Open project: GNOME/longomatch Class Usage Examples

Private Properties

Свойство Type Description

Méthodes publiques

Méthode 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 méthode

public CompareTo ( object obj ) : int
obj object
Résultat int

Equals() public méthode

public Equals ( object o ) : bool
o object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Time() public méthode

public Time ( ) : System
Résultat System

Time() public méthode

public Time ( int mSeconds ) : System
mSeconds int
Résultat System

ToMSecondsString() public méthode

String representation including the milisenconds information
public ToMSecondsString ( ) : string
Résultat string

ToSecondsString() public méthode

String representation in seconds
public ToSecondsString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : Time
Résultat Time

operator() public static méthode

public static operator ( ) : bool
Résultat bool