DateOnly Property (Parameter)
In This Topic
Indicates whether the user should be prompted for both date and time or only the date. Applicable to DateTime parameters.
Syntax
'Declaration
Public ReadOnly Property DateOnly As Boolean
public bool DateOnly {get;}
See Also