Spread Windows Forms 6.0 Product Documentation
AbbreviatedDayNames Property
See Also  Support Options
FarPoint.Win Assembly > FarPoint.Win.SuperEdit Namespace > IRegionalSettings Interface : AbbreviatedDayNames Property


Glossary Item Box

Gets or sets the array of abbreviated names of days.

Syntax

Visual Basic (Declaration) 
Property AbbreviatedDayNames As String()
Visual Basic (Usage)Copy Code
Dim instance As IRegionalSettings
Dim value() As String
 
instance.AbbreviatedDayNames = value
 
value = instance.AbbreviatedDayNames
C# 
string[] AbbreviatedDayNames {get; set;}

Property Value

String array containing abbreviations for names of days

Remarks

This property defines short (abbreviated) names of days as an array of strings.

To define the long (unabbreviated) names of days, use the DayNames property.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

© 2002-2012 ComponentOne, a division of GrapeCity. All Rights Reserved.