Visual Basic (Declaration) | |
---|---|
Public Overloads Sub Trim( _ ByVal cp As CalendarPattern, _ ByVal ev As ElementValue _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void Trim( CalendarPattern cp, ElementValue ev ) |
Parameters
- cp
- CalendarPattern used to trim the series.
- ev
- ElementValue to match against the calendar pattern.
The ElementValue specified must be a DateTime
property.