Using the .NET CultureInfo, how can I determine if a DateTime is in the weekend? The weekend is Saturday/Sunday in most of the world, but it's Friday/Saturday in Israel and the Muslim countries.
Anyone got a program that handles this? The question has been asked before here and here, but not answered. I'm hoping someone has a table or method to do this.