Méthode | Description | |
---|---|---|
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
Time ( ) : System | ||
Time ( int Hours ) : System | ||
Time ( int Hours, int Minutes ) : System | ||
Time ( int Hours, int Minutes, int Seconds ) : System | ||
ToString ( ) : string |
Gets a string representation of Time
|
|
operator ( ) : |
||
operator ( ) : bool |
public Time ( int Hours, int Minutes ) : System | ||
Hours | int | |
Minutes | int | |
Résultat | System |
public Time ( int Hours, int Minutes, int Seconds ) : System | ||
Hours | int | |
Minutes | int | |
Seconds | int | |
Résultat | System |