C# 클래스 Helios.Util.TimedOps.Deadline

Import of the scala.concurrent.duration.Deadline class
파일 보기 프로젝트 열기: helios-io/helios 1 사용 예제들

공개 메소드들

메소드 설명
Deadline ( System.DateTime when ) : System
Equals ( object obj ) : bool
GetHashCode ( ) : int
operator ( ) : Deadline

Adds a given TimeSpan to the due time of this Deadline

메소드 상세

Deadline() 공개 메소드

public Deadline ( System.DateTime when ) : System
when System.DateTime
리턴 System

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

operator() 공개 정적인 메소드

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