Prompts the user to enter a Date using a modal dialog form.

Syntax

ISCommonDialog.GetInputDate(value, [title], [heading], [caption], [specialType], [minValue], [maxValue])

Parameters

NameTypeOptionalByRefDescription
value Date ByRef The Input Value.
title String Optional The text to display in the window title.
heading String Optional
caption String Optional The Caption to display.
specialType iseDateSpecialType Optional If omitted, a value of iseDateSpecialType.None is assumed.
minValue Date Optional If omitted, a value of Nothing is assumed.
maxValue Date Optional If omitted, a value of Nothing is assumed.

Return Value

Boolean

A Boolean value, True indicates the User clicked OK, False indicates the User clicked Cancel.

Member of:
ISCommonDialog
Namespace:
Intersoft.ISUserInterface6
Assembly:
ISUserInterface6, Version=6.0.3
Target Framework:
.NET 9.0