Spread Windows Forms 12.0 Product Documentation
AbbreviatedDayNames Property (RegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : AbbreviatedDayNames Property
Gets or sets the array of abbreviated names of the days of the week.
Syntax
'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;}

Property Value

String array containing abbreviations for names of days
Remarks

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.

See Also

Reference

RegionalSettings Class
RegionalSettings Members
AbbreviatedMonthNames Property
DayNames Property