Determines whether the current formatter is general formatter for date values.
'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
.