C# 클래스 Itenso.TimePeriodDemo.TargetMomentCalculator

상속: Itenso.TimePeriod.TimeLinePeriodEvaluator
파일 보기 프로젝트 열기: jwg4/date-difference

공개 메소드들

메소드 설명
GetTargetMoment ( ) : DateTime?
TargetMomentCalculator ( ITimePeriodContainer periods, System.TimeSpan duration ) : System

보호된 메소드들

메소드 설명
EvaluatePeriod ( ITimePeriod period, int periodCount ) : bool

메소드 상세

EvaluatePeriod() 보호된 메소드

protected EvaluatePeriod ( ITimePeriod period, int periodCount ) : bool
period ITimePeriod
periodCount int
리턴 bool

GetTargetMoment() 공개 메소드

public GetTargetMoment ( ) : DateTime?
리턴 DateTime?

TargetMomentCalculator() 공개 메소드

public TargetMomentCalculator ( ITimePeriodContainer periods, System.TimeSpan duration ) : System
periods ITimePeriodContainer
duration System.TimeSpan
리턴 System