NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

DateTimeFormatInfo.AbbreviatedDayNames

Retrieves or assigns the abbreviated day names array. The default values are {"Sun", "Mon", "Tue", "Wed", "Thu", "Fri", "Sat"}.

[Visual Basic]
Overridable Public Property AbbreviatedDayNames As String ()
[C#]
public string[] AbbreviatedDayNames {virtual get; virtual set;}
[C++]
public: __property virtual String* get_AbbreviatedDayNames();
public: __property virtual void set_AbbreviatedDayNames(String*[]);
[JScript]
public function get AbbreviatedDayNames() : String[];
public function set AbbreviatedDayNames(String[]);

Property Value

. The abbreviated names of the days of the week.

Remarks

The length of this array must be 7. For the invariant

See Also

DateTimeFormatInfo Class | DateTimeFormatInfo Members | System.Globalization Namespace