C# Class Helios.Util.TimedOps.Deadline

Import of the scala.concurrent.duration.Deadline class
显示文件 Open project: helios-io/helios Class Usage Examples

Public Methods

Method Description
Deadline ( System.DateTime when ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : Deadline

Adds a given TimeSpan to the due time of this Deadline

Method Details

Deadline() public method

public Deadline ( System.DateTime when ) : System
when System.DateTime
return System

Equals() public method

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

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

Adds a given TimeSpan to the due time of this Deadline
public static operator ( ) : Deadline
return Deadline