M
MFRASER
If I have a date how can I find out the beginning of the week and the end of
the week?
System.DateTime StartDate = new DateTime(2003,10,29);
System.DateTime StartWeek = ?
System.DateTime EndWeek = ?
the week?
System.DateTime StartDate = new DateTime(2003,10,29);
System.DateTime StartWeek = ?
System.DateTime EndWeek = ?