|
Browse by Tags
All Tags » C# » GetWeekOfYear ( RSS)
-
|
Here is some examples of how to determine the WeekNumber of a given Date using System; using System.Collections.Generic; using System.Text; namespace ConsoleApplication1 { class Program { static void Main( string [] args) { object index = DateTime.Now;...
|
-
|
This post shows a way to calculate the number of weeks. Remember that this calculation is culture-dependant For example the GetWeekOfYear methods requires a criteria to determine how to determine the first week and which day to consider as FirstDayOfWeek...
|
|
|
|