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

Represents a time
ファイルを表示 Open project: inspira/Web.Generics Class Usage Examples

Public Methods

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

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

Time() public method

public Time ( int Hours, int Minutes ) : System
Hours int
Minutes int
return System

Time() public method

public Time ( int Hours, int Minutes, int Seconds ) : System
Hours int
Minutes int
Seconds int
return System

ToString() public method

Gets a string representation of Time
public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : Time
return Time

operator() public static method

public static operator ( ) : bool
return bool