Spread Windows Forms 12.0 Product Documentation
AbbreviatedDayNames Property (IRegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IRegionalSettings Interface : AbbreviatedDayNames Property
Gets or sets the array of abbreviated names of days.
Syntax
'Declaration
 
Property AbbreviatedDayNames As String()
'Usage
 
Dim instance As IRegionalSettings
Dim value() As String
 
instance.AbbreviatedDayNames = value
 
value = instance.AbbreviatedDayNames
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

IRegionalSettings Interface
IRegionalSettings Members
AbbreviatedMonthNames Property
DayNames Property