CesTimePicker - CesSolutions/Ces.WinForm.UI GitHub Wiki
By using of this control you can select time and use its value.
با استفاده از این کنترل می توانید زمان مورد نظر را انتخاب و از مقدار آن استفاده کنید.

- CesAlignToRight: Set popup position with right edge of control when it shows.
- CesValue: Get/Set value of control.
- CesUse24Format: Enable/Disable showing time in 24-hour format.
- CesAlignToRight: ترازبندی پنجره نمایش داده شده از سمت راست کنترل.
- CesValue: ساعت انتخاب شده توسط کاربر با توجه به فرمت 12 و یا 24 ساعته.
- CesUse24Format: نمایش فرمت 12 ساعته و یا 24 ساعته ساعت.

- CesSelectionColor: Set color when user select a number.
- CesSelectionTextColor: Set color for text when user click on number.
- CesHourText: Set title for "Hour" section to show in the middle of control.
- CesMinuteText: Set title for "Minute" section to show in then middle of control.
- CesCompactMode: If value set to true, user must select minute after hour. In this case, when user select hour, this section disappear and minute section appear for selection.
- CesSelectionColor: تعیین رنگ پس زمینه دایره و عقربه در زمان انتخاب اعداد.
- CesSelectionTextColor: تعیین رنگ برای نمایش اعداد ساعت و دقیقه در زمان انتخاب.
- CesHourText: تعیین متن وسط ساعت.
- CesMinuteText: تعیین متن وسط دقیقه.
- CesCompactMode: اگر مقدار این ویژگی برابر false باشد منوی باز شده ساعت و دقیقه را جداگانه نمایش خواهد داد در غیر اینصورت کادر نمایش داده شده کوچکتر خواهد شد.

- CesTimePickerValueChanged : Raises when user click on Ok.
- CesTimePickerValueChanged : چنانچه کاربر ساعت را تایید کند این رویداد اجرا خواهد شد.