DateTimeFormatInfo::DayNames Property
Gets or sets a one-dimensional array of type String containing the culture-specific full names of the days of the week.
Assembly: mscorlib (in mscorlib.dll)
public: property array<String^>^ DayNames { array<String^>^ get (); void set (array<String^>^ value); }
Property Value
Type: array<System::String>A one-dimensional array of type String containing the culture-specific full names of the days of the week. The array for InvariantInfo contains "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday".
| Exception | Condition |
|---|---|
| ArgumentNullException | The property is being set to nullptr. |
| ArgumentException | The property is being set to an array that is multidimensional or that has a length that is not exactly 7. |
| InvalidOperationException | The property is being set and the DateTimeFormatInfo object is read-only. |
If setting this property, the array must be one-dimensional and must have exactly seven elements.
If the custom pattern includes the format pattern "dddd", DateTime::ToString displays the value of DayNames in place of the "dddd" in the format pattern.
This property is affected if the value of the Calendar property changes.
Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows XP SP2 x64 Edition, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
The .NET Framework does not support all versions of every platform. For a list of the supported versions, see .NET Framework System Requirements.