Spread Windows Forms 12.0 Product Documentation
GetDayNames Method


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > DateTimeCellType Class : GetDayNames Method
Gets the long day names for formatting date values.
Syntax
'Declaration
 
Protected Overridable Function GetDayNames() As String()
'Usage
 
Dim instance As DateTimeCellType
Dim value() As String
 
value = instance.GetDayNames()
protected virtual string[] GetDayNames()

Return Value

String array containing the names of the days
See Also

Reference

DateTimeCellType Class
DateTimeCellType Members