'Declaration Public Property AbbreviatedDayNames As String()
'Usage Dim instance As RegionalSettings Dim value() As String instance.AbbreviatedDayNames = value value = instance.AbbreviatedDayNames
public string[] AbbreviatedDayNames {get; set;}
'Declaration Public Property AbbreviatedDayNames As String()
'Usage Dim instance As RegionalSettings Dim value() As String instance.AbbreviatedDayNames = value value = instance.AbbreviatedDayNames
public string[] AbbreviatedDayNames {get; set;}
This property defines short (abbreviated) names of days as an array of strings.
To define the long (unabbreviated) names of days, use the DayNames property.