System.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 );
A System.DayOfWeek value representing the first day of the week. The default for InvariantInfo is Sunday.
This property is affected if the value of the Calendar property changes.
The below shows the FirstDayOfWeek used for each of the available cultures.
Show me
DateTimeFormatInfo Members System.DayOfWeek
© 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