How do I determine if a given date is the Nth weekday of the month?

前端 未结 8 1783
无人及你
无人及你 2020-12-03 11:14

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.

8条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-03 11:44

    Here is what the MSDN have to say. Its VB, but it translates easily.

提交回复
热议问题