Determines whether the current structure value represents only date (without time value).
public bool IsDate {get; set;}
'Declaration
Public Property IsDate As Boolean
Property Value
true if the
Value represents a date without the time part; otherwise,
false.