Possible Duplicate:
How to find the 3rd Friday in a month with C#?
Hi everyone,
I've wrote a little console utility that spits out a line into a text file. I want this line to include the second Friday of the current month. Is there any way to do this?
Thanks everyone!
fully tested:
Final results:
Untested, but this should grab it.
Slight variation on @druttka: using an extension method.
Then called it like this:
I would go for something like this.