System.Globalization Namespace DateTimeFormatInfo Class
Sets or retrieves a value that specifies which rule is used to determine the first calendar week of the year.
[ VB ] public Property CalendarWeekRule As CalendarWeekRule [ C# ] public CalendarWeekRule CalendarWeekRule {get; set;} [ C++ ] public: __property CalendarWeekRule get_CalendarWeekRule ( ); public: __property void set_CalendarWeekRule ( CalendarWeekRule ); [ JScript ] function get CalendarWeekRule ( ) : CalendarWeekRule; public function set CalendarWeekRule ( CalendarWeekRule );
A CalendarWeekRule value that determines the first calendar week of the year. The default for InvariantInfo is FirstDay.
This property is affected if the value of the Calendar property changes.
The below shows the CalendarWeekRule used for each of the available cultures.
Show me
DateTimeFormatInfo Members CalendarWeekRule
© 2000-2010 Rey Nuñez All rights reserved.If you have any question, comment or suggestion about this site, please send us a note
You can help support asp.net.ph