Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Trim( _ ByVal Low As Date, _ ByVal High As Date, _ ByVal ev As ElementValue _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
Parameters
- Low
- DateTime minimum of the range.
- High
- DateTime maximum of the range.
- ev
- The ElementValue the date range is compared to.
The ElementValue specified must be a DateTime value property.