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