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


In This Topic
DayNames Property (RegionalSettings)
In This Topic
Gets or sets the array of names of the days of the week.
Syntax
'Declaration
 
Public Property DayNames As String()
 
'Usage
 
Dim instance As RegionalSettings
Dim value() As String
 
instance.DayNames = value
 
value = instance.DayNames
See Also