DateOnly Property (ParameterDescriptor)
Gets or sets a value indicating whether the parameter should only accept date values.
public bool DateOnly {get; set;}
'Declaration
Public Property DateOnly As Boolean
Property Value
true
if the parameter should only include dates; otherwise,
false
.