DateTimeEntryDlg Constructor(Control)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor
'Declaration
Public Function New( _
ByVal sourceControl As Control _
)
public DateTimeEntryDlg(
Control sourceControl
)
Parameters
- sourceControl
- The parent control into which the date and time will be stored.