Property | Type | Description | |
---|---|---|---|
handle | IPriorityQueueHandle |
Method | Description | |
---|---|---|
DateIntervalEfficiency ( DateInterval dateInterval, double efficiency = 100, int priority ) : System |
Constructor.
|
|
DateIntervalEfficiency ( System.DateTime minValue, System.DateTime maxValue, double efficiency = 100, int priority, bool isMinInclusive = true, bool isMaxInclusive = false ) : System |
Initializes a new instance of the DateIntervalEfficiency class.
|
public DateIntervalEfficiency ( DateInterval dateInterval, double efficiency = 100, int priority ) : System | ||
dateInterval | DateInterval | |
efficiency | double | |
priority | int | |
return | System |
public DateIntervalEfficiency ( System.DateTime minValue, System.DateTime maxValue, double efficiency = 100, int priority, bool isMinInclusive = true, bool isMaxInclusive = false ) : System | ||
minValue | System.DateTime | /// The min value. /// |
maxValue | System.DateTime | /// The max value. /// |
efficiency | double | /// The efficiency. /// |
priority | int | /// The priority. /// |
isMinInclusive | bool | /// The is min inclusive. /// |
isMaxInclusive | bool | /// The is max inclusive. /// |
return | System |