C# 클래스 Orc.Competitions.AccountForEfficiencies.DateIntervalExtensions

The date interval extensions.
파일 보기 프로젝트 열기: Orcomp/Orcomp

공개 메소드들

메소드 설명
AccountForEfficiencies ( this dateInterval, List dateIntervalEfficiencies, FixedEndPoint fixedEndPoint = FixedEndPoint.Min ) : DateInterval

This method will accept a dateInterval and calcualte a new dateInterval taking into account the dateIntervalEfficiencies ASSUMPTION: the input dateInterval has an efficiency of 100%.

메소드 상세

AccountForEfficiencies() 공개 정적인 메소드

This method will accept a dateInterval and calcualte a new dateInterval taking into account the dateIntervalEfficiencies ASSUMPTION: the input dateInterval has an efficiency of 100%.
public static AccountForEfficiencies ( this dateInterval, List dateIntervalEfficiencies, FixedEndPoint fixedEndPoint = FixedEndPoint.Min ) : DateInterval
dateInterval this ///
dateIntervalEfficiencies List ///
fixedEndPoint FixedEndPoint ///
리턴 DateInterval