'Declaration
Function IsDateGenernal() As Boolean
'Usage
Dim instance As IFormatter Dim value As Boolean value = instance.IsDateGenernal()
bool IsDateGenernal()
Return Value
true
if the current formatter is general formatter for date values; otherwise, false
.