PopupDateTimeEntry(Control,Boolean) Method
- Last UpdatedNov 06, 2025
- 1 minute read
This method pops up a DateTime entry dialog which supports an empty date
and time (e.g. for a Filter dialog). This dialog supports touchscreen
entry.
Note that the "parent" control should be a TextBox,
not a DateTimePicker control.
'Declaration
Public Overloads Shared Sub PopupDateTimeEntry( _
ByVal control As Control, _
ByVal disableMinutesSeconds As Boolean _
)
public static void PopupDateTimeEntry(
Control control,
bool disableMinutesSeconds
)
Parameters
- control
- Holds a reference to the control into which the date and time (possibly blank) will be placed.
- disableMinutesSeconds
- Disable the editing of the minutes and seconds portion of the timestamp.