Visual Basic (Declaration) | |
---|---|
Public Overloads Sub SelectiveElementDefaults( _ ByVal Low As Date, _ ByVal High As Date, _ ByVal ev As ElementValue, _ ByVal defaultElement As Element, _ ByVal inclusive As Boolean _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void SelectiveElementDefaults( DateTime Low, DateTime High, ElementValue ev, Element defaultElement, bool inclusive ) |
Parameters
- Low
- Low value of the DateTime range.
- High
- High value of the DateTime range.
- ev
- A DateTime element value property.
- defaultElement
- An Element object whose properties will be applied to elements in this series collection that meet the comparison criteria.
- inclusive
- Specifies whether to apply the provided element's properties to elements inside or outside the DateTime range.