C# Class Web.Generics.ApplicationServices.Scheduler.Time

Represents a time
Afficher le fichier Open project: inspira/Web.Generics Class Usage Examples

Méthodes publiques

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 ( ) : Time
operator ( ) : bool

Method Details

Equals() public méthode

public Equals ( object obj ) : bool
obj 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 Hours ) : System
Hours int
Résultat System

Time() public méthode

public Time ( int Hours, int Minutes ) : System
Hours int
Minutes int
Résultat System

Time() public méthode

public Time ( int Hours, int Minutes, int Seconds ) : System
Hours int
Minutes int
Seconds int
Résultat System

ToString() public méthode

Gets a string representation of Time
public ToString ( ) : 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