How in VB.net would you take a date say today. And then find the what the date of Monday or Friday of the following week. If today is Thursday and I am searching for the next Friday then I would want tomorrow’s date?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You could use the DayOfWeek enumeration to find this:
Using your example, if you call:
You’d get tomorrow’s date