|
System.Globalization.CultureInfo.CurrentCulture.Calendar.GetWeekOfYear(new DateTime(2003, 12, 29), System.Globalization.CalendarWeekRule.FirstFourDayWeek, DayOfWeek.Monday)
|
|
int week = culture.Calendar.GetWeekOfYear(DateTime.Now, System.Globalization.CalendarWeekRule.FirstFourDayWeek, System.DayOfWeek.Monday); /Mattias
|
|
System.Globalization.CalendarWeekRule: System.Globalization.CompareInfo: System.Globalization.CompareOptions ... BootFX Best-of-breed application framework for .NET projects, developed ...
|
|
Mono Class Library : System.Globalization Namespace System.Globalization.CalendarWeekRule Enumeration ... Remarks Documentation for this section has not yet been entered. ...
|
|
Defines different rules for determining the first week of the year. [VisualĀ Basic] Public Enum CalendarWeekRule [C#] [Serializable] public enum CalendarWeekRule ...
|