| |||||
DateTimeFormatInfo.CalendarWeekRule PropertySystem.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 ); Property ValueA CalendarWeekRule value that determines the first calendar week of the year. The default for InvariantInfo is FirstDay. Exceptions
RemarksThis property is affected if the value of the Calendar property changes. ExampleThe below shows the CalendarWeekRule used for each of the available cultures. See AlsoDateTimeFormatInfo Members CalendarWeekRule |
| ||||
Check out related books at Amazon
© 2000-2008 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 aspxtreme