Spread Windows Forms 12.0 Product Documentation
DayNames Property (RegionalSettings)


FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > RegionalSettings Class : DayNames Property
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
public 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

RegionalSettings Class
RegionalSettings Members
AbbreviatedDayNames Property
MonthNames Property