DateTimeEntryDlg Constructor(Control,Boolean)
- Last UpdatedNov 06, 2025
- 1 minute read
Constructor
'Declaration
Public Function New( _
ByVal sourceControl As Control, _
ByVal disableMinutesSeconds As Boolean _
)
public DateTimeEntryDlg(
Control sourceControl,
bool disableMinutesSeconds
)
Parameters
- sourceControl
- The parent control into which the date and time will be stored.
- disableMinutesSeconds
- Disable the editing of the minutes and seconds portion of the timestamp.