I have a WPF C# Form and I'm trying to default 2 DatePickers to the current Week,
For example, I have fromDate and toDate, I'd like for fromDate to be the beginning of the week and toDate to be the end of the week.
How would I be able to do this with WPF C# Form