Skip to content

Instantly share code, notes, and snippets.

@clausjoergensen
Created October 1, 2011 23:25
Show Gist options
  • Save clausjoergensen/1256799 to your computer and use it in GitHub Desktop.
Save clausjoergensen/1256799 to your computer and use it in GitHub Desktop.
CultureInfo.CurrentCulture.Calendar.GetWeekOfYear(
DateTime.Now,
CultureInfo.CurrentCulture.DateTimeFormat.CalendarWeekRule,
CultureInfo.CurrentCulture.DateTimeFormat.FirstDayOfWeek
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment