Visual Basic (Declaration) | |
---|---|
Overloads Public 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 range is compared to.
The ElementValue specified must be a DateTime
property.