I icakinser Member Licensed User Longtime User Apr 25, 2019 #1 How do you find which day of the week it is for a date? For example, 04/24/2019 is Wednesday.
Marcus Araujo Member Licensed User Longtime User Apr 25, 2019 #2 You should use DateTime.GetDayOfWeek and pass a time in ticks value. It will return a number between 1 to 7, where 1 is Sunday. Upvote 0
You should use DateTime.GetDayOfWeek and pass a time in ticks value. It will return a number between 1 to 7, where 1 is Sunday.