Here is what I am trying to do: Given a date, a day of the week, and an integer n, determine whether the date is the nth day of the month.
n
Here is what the MSDN have to say. Its VB, but it translates easily.