Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.CellType Namespace / DateTimeCellType Class / GetShortDateFormat Method


In This Topic
GetShortDateFormat Method
In This Topic
Gets the short date format for formatting date values.
Syntax
'Declaration
 
Protected Overridable Function GetShortDateFormat() As String
 
'Usage
 
Dim instance As DateTimeCellType
Dim value As String
 
value = instance.GetShortDateFormat()
See Also