Spread Windows Forms 12.0 Product Documentation
DayNames Property (IRegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IRegionalSettings Interface : DayNames Property
Gets or sets the array of day names.
Syntax
'Declaration
 
Property DayNames As String()
'Usage
 
Dim instance As IRegionalSettings
Dim value() As String
 
instance.DayNames = value
 
value = instance.DayNames
string[] DayNames {get; set;}

Property Value

String array containing the full names of days
Remarks

This property defines long (unabbreviated) names of days as an array of strings.

To provide short (abbreviated) names of days, use the AbbreviatedDayNames property.

See Also

Reference

IRegionalSettings Interface
IRegionalSettings Members
AbbreviatedDayNames Property
MonthNames Property