[]
Gets or sets a value indicating whether the parameter contains only a date without a time component.
public bool DateOnly { get; set; }
A bool value where true indicates that this parameter contains only a date without a time component; otherwise, false. The default value is true.
true
false