Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win.SuperEdit Namespace / IRegionalSettings Interface / AbbreviatedMonthNames Property


In This Topic
AbbreviatedMonthNames Property (IRegionalSettings)
In This Topic
Gets or sets the array of abbreviated names of months.
Syntax
'Declaration
 
Property AbbreviatedMonthNames As String()
 
'Usage
 
Dim instance As IRegionalSettings
Dim value() As String
 
instance.AbbreviatedMonthNames = value
 
value = instance.AbbreviatedMonthNames
See Also