C# Class Orc.Competitions.AccountForEfficiencies.DateIntervalExtensions

The date interval extensions.
Afficher le fichier Open project: Orcomp/Orcomp

Méthodes publiques

Méthode Description
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%.

Method Details

AccountForEfficiencies() public static méthode

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 ///
Résultat DateInterval