C# Class Helios.Util.TimedOps.Deadline

Import of the scala.concurrent.duration.Deadline class
Afficher le fichier Open project: helios-io/helios Class Usage Examples

Méthodes publiques

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

public Deadline ( System.DateTime when ) : System
when System.DateTime
Résultat System

Equals() public méthode

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

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

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