'Declaration <LocalizableAttribute(True)> Public Property DayNames As String()
'Usage Dim instance As WeekDaysHeader Dim value() As String instance.DayNames = value value = instance.DayNames
[Localizable(true)] public string[] DayNames {get; set;}
Property Value
A string array containing the names of the days of the week as displayed in the header. By default, DateTimeFormatInfo.DayNames of the current culture if DefaultDayNamesMode is set to DayNamesMode.Full; DateTimeFormatInfo.AbbreviatedDayNames of the current culture if DefaultDayNamesMode is set to DayNamesMode.Abbreviated; or
DateTimeFormatInfo.ShortestDayNames of the current culture if DefaultDayNamesMode is set DayNamesMode.Shortest.