| |||||||
DateTimeFormatInfo.FirstDayOfWeek PropertySystem.Globalization Namespace DateTimeFormatInfo Class Sets or retrieves the first day of the week. [ VB ] public Property FirstDayOfWeek As DayOfWeek [ C# ] public DayOfWeek FirstDayOfWeek {get; set;} [ C++ ] public: __property DayOfWeek get_FirstDayOfWeek ( ); public: __property void set_FirstDayOfWeek ( DayOfWeek ); [ JScript ] function get FirstDayOfWeek ( ) : DayOfWeek; public function set FirstDayOfWeek ( DayOfWeek ); Property ValueA System.DayOfWeek value representing the first day of the week. The default for InvariantInfo is Sunday. Exceptions
RemarksThis property is affected if the value of the Calendar property changes. ExampleThe below shows the FirstDayOfWeek used for each of the available cultures. See AlsoDateTimeFormatInfo Members System.DayOfWeek |
| ||||||
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