TMSFNCDateTimePicker
The TMSFNCDateTimePicker is a component for selecting date and time at once.
The TMSFNCDateTimePicker uses TMSFNCCalendar, TMSFNCAnalogTimePicker and TMSFNCDigitalTimePicker.
With the use of the TMSFNCDateTimePicker.SelectedDateTime property, the selected DateTime can be set and retrieved at designtime and at programmatically.
Label1.Caption := DateTimeToStr(TMSFNCDateTimePicker1.SelectedDateTime);
You can use TMSFNCDateTimePicker.TimePickerMode to switch between the analog and the digital time picker.
The date and time picker parts are available separately as a public read-only property, via the DatePicker, AnalogTimePicker and DigitalTimePicker properties.