Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / ShortDayNames Property


In This Topic
ShortDayNames Property
In This Topic
Gets or sets alternate short day names for the control (use with UserDefinedFormat).
Syntax
'Declaration
 
Public Property ShortDayNames As String()
 
'Usage
 
Dim instance As DateTimeCellType
Dim value() As String
 
instance.ShortDayNames = value
 
value = instance.ShortDayNames
See Also