DateTimeFormatInfo.DayNames Property
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a one-dimensional string array that contains the culture-specific full names of the days of the week.
public:
property cli::array <System::String ^> ^ DayNames { cli::array <System::String ^> ^ get(); void set(cli::array <System::String ^> ^ value); };
public string[] DayNames { get; set; }
member this.DayNames : string[] with get, set
Public Property DayNames As String()
A one-dimensional string array that contains the culture-specific full names of the days of the week. The array for InvariantInfo contains "Sunday", "Monday", "Tuesday", "Wednesday", "Thursday", "Friday", and "Saturday".
The property is being set to null
.
The property is being set to an array that is multidimensional or that has a length that is not exactly 7.
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. The first element (the element at index zero) represents the first day of the week in the calendar defined by the Calendar property.
If a custom format string includes the "dddd" format specifier, the DateTime.ToString method includes the value of the appropriate DayNames member in place of "dddd" in the result string.
This property is affected if the value of the Calendar property changes.
Product | Versions |
---|---|
.NET | Core 1.0, Core 1.1, Core 2.0, Core 2.1, Core 2.2, Core 3.0, Core 3.1, 5, 6, 7, 8, 9 |
.NET Framework | 1.1, 2.0, 3.0, 3.5, 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1 |
.NET Standard | 1.0, 1.1, 1.2, 1.3, 1.4, 1.6, 2.0, 2.1 |
UWP | 10.0 |
.NET feedback
.NET is an open source project. Select a link to provide feedback: