Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / RegionalSettings Class / AbbreviatedDayNames Property


In This Topic
AbbreviatedDayNames Property (RegionalSettings)
In This Topic
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
See Also