FilterValueCollection.Add

Add(string)

Adds a label filter criteria.

public void Add(string filter)
ParameterTypeDescription
filterStringThe filter data.

See Also


Add(DateTimeGroupingType, int, int, int)

Adds a date filter criteria value.

public void Add(DateTimeGroupingType type, int year, int month, int day)
ParameterTypeDescription
typeDateTimeGroupingTypeThe type of date filter.
yearInt32The year.
monthInt32The month.
dayInt32The day.

See Also


Add(DateTimeGroupingType, int, int, int, int, int, int)

Adds a date time filter criteria value.

public void Add(DateTimeGroupingType type, int year, int month, int day, int hour, int minute, 
    int second)
ParameterTypeDescription
typeDateTimeGroupingTypeThe type of date filter.
yearInt32The year.
monthInt32The month.
dayInt32The day.
hourInt32The hour.
minuteInt32The minute.
secondInt32The second.

See Also