I am unable to find info on Filter a DatagridView by month only.

There are many examples including MSDN but none seem to be related to month only.

One of many i have been trying is below:
Code:
    payments.PaymentsBindingSource.Filter = String.Format("Date = #{0:M/dd/yyyy}#", "july")