FarPoint.Win.Spread
GetDateSeparatorString Method
See Also 
FarPoint.Win.Spread Assembly > FarPoint.Win.Spread.CellType Namespace > DateTimeCellType Class : GetDateSeparatorString Method


Gets the date separator string for formatting date values.

Syntax

Visual Basic (Declaration) 
Protected Function GetDateSeparatorString() As String
Visual Basic (Usage)Copy Code
Dim instance As DateTimeCellType
Dim value As String
 
value = instance.GetDateSeparatorString()
C# 
protected string GetDateSeparatorString()

Return Value

String containing the date separator

See Also