Table of Contents

TMS FNC Date Time Picker Guides

TTMSFNCDateTimePicker is a drop-down control for selecting a date, a time, or a combined date-time value. It supports date-only, time-only, and combined modes, and offers both an analog clock face and a digital time spinner for the time component.

Topics

Topic Use when
Date-time selection You need to initialize date-time values, choose the time picker mode, or respond to date-time changes.

Key properties

Property Purpose
DateTime The currently selected date-time value.
DateTimeMode Selects what the picker shows: dtmDate, dtmTime, or dtmDateTime.
TimeMode ttmAnalog (clock face) or ttmDigital (spinner).
DateFormat Format string used to display the date portion.
TimeFormat Format string used to display the time portion.
MinDate / MaxDate Restrict the selectable date range.
OnDateTimeChanged Fires when the user confirms a new date-time value.

See also