Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / IFormatter Interface / IsDateGenernal Method


In This Topic
IsDateGenernal Method
In This Topic
Determines whether the current formatter is general formatter for date values.
Syntax
'Declaration
 
Function IsDateGenernal() As Boolean
 
'Usage
 
Dim instance As IFormatter
Dim value As Boolean
 
value = instance.IsDateGenernal()

Return Value

true if the current formatter is general formatter for date values; otherwise, false.
Remarks
Safely for SpreadWin to use
See Also