How can I calculate/find the week-number of a given date?
|
|
Be aware that this is not ISO 8601 compatible. In Sweden we use ISO 8601 week numbers but even though the culture is set to "sv-SE", I have only tried this with Swedish settings but I'm pretty sure that all countries (Austria, Germany, Switzerland and more) using ISO 8601 week numbers will be affected by this problem. Peter van Ooijen and Shawn Steele has different solutions to this problem. |
|||
|
|
|
Something like this... |
||
|
|
|
|
|
||
|
|
|
|
Check out GetWeekOfYear on MSDN has this example:
|
||
|
|
|
|
myDate.DayOfYear/7 |
||||
|
