How can I get the DateTime for the Start of the Week?
Posted
by GateKiller
on Stack Overflow
See other posts from Stack Overflow
or by GateKiller
Published on 2008-09-01T15:10:38Z
Indexed on
2010/05/28
3:31 UTC
Read the original article
Hit count: 251
How do I find the Start of the week (Both Sunday and Monday) knowing just the current time in C#.NET
Something like:
DateTime.Now.StartWeek(Monday);
© Stack Overflow or respective owner