C#: Finding Out Which Monday Is The 3rd Monday Of The Month?

Posted by Soo on Stack Overflow See other posts from Stack Overflow or by Soo
Published on 2010-05-13T14:43:16Z Indexed on 2010/05/13 14:44 UTC
Read the original article Hit count: 163

Filed under:
|
|

If I'm writing some C# code that runs through a year of dates (iterating by day) and want something special to happen every 3rd Monday of the month, how can I accomplish this?

In other words, what is the best way to find which Monday of the month a current Monday is?

© Stack Overflow or respective owner

Related posts about c#

Related posts about datetime