The topic you requested is included in another documentation set. For convenience, it's displayed below. Choose Switch to see the topic in its original location.
DateTimeFormatInfo::ShortestDayNames Property
.NET Framework (current version)
Gets or sets a string array of the shortest unique abbreviated day names associated with the current DateTimeFormatInfo object.
Assembly: mscorlib (in mscorlib.dll)
public: [ComVisibleAttribute(false)] property array<String^>^ ShortestDayNames { array<String^>^ get(); void set(array<String^>^ value); }
| Exception | Condition |
|---|---|
| ArgumentException | In a set operation, the array does not have exactly seven elements. |
| ArgumentNullException | In a set operation, the value array or one of the elements of the value array is null. |
| InvalidOperationException | In a set operation, the current DateTimeFormatInfo object is read-only. |
Change History
Date | History | Reason |
|---|---|---|
June 2010 | Added exception information. | Content bug fix. |
Universal Windows Platform
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Available since 8
.NET Framework
Available since 2.0
Portable Class Library
Supported in: portable .NET platforms
Silverlight
Available since 2.0
Windows Phone Silverlight
Available since 7.0
Windows Phone
Available since 8.1
Show: