Oct 24, 2003 #1 ac11nyc Programmer Joined Oct 1, 2003 Messages 94 Location US Does anyone have a function that calculates the first day of every month and determines whether or not it is a weekend?
Does anyone have a function that calculates the first day of every month and determines whether or not it is a weekend?
Oct 24, 2003 #2 Blaxo Programmer Joined Sep 3, 2002 Messages 49 Location NL You should use the Code: DateTime.DayOfWeek property, which returns a Code: System.DayOfWeek value indicating which day of the week it is on the specified DateTime. regards, Blaxo Upvote 0 Downvote
You should use the Code: DateTime.DayOfWeek property, which returns a Code: System.DayOfWeek value indicating which day of the week it is on the specified DateTime. regards, Blaxo