Hi,
Do you have a tools for selected Weekdays et time to schedule a task
Exemple :
Tuesday at 23:00
And the task was starting each tuesday at this time.
Thank You
Fracois
Hello Fracois,
If I understand welll your requirements, you are talking about Appointment`s Recurrence. Please take a look at the attached screenshot below and let me know if you have any questions.
Regards
Yes.
But this is not what I want.
I want 2 menu. That a user can select the day of the week and the other can select a fixed time. Such as tool UltraTimeZoneEditor.
I created a UltraCombo filled to the days of the week, this is my needs.
But what is the tool to select hour ?
Francois.
Thanks for your feedback. If you have any further questions, feel free to write us
Gi georgi,
Thank you.
Hello Francois.
GIPFG said:I created a UltraCombo filled to the days of the week, this is my needs. But what is the tool to select hour ?
You could choose different editors for that purpose.
Option 1: You could use UltraMaskedEdit control. Please set properties:
- Edit as = Time
- InputMask = Time - optional
- FormattString - optional
Option 2: You could use UltraDateTimeEditor with properties
- DropDownButtonDisplayStyle = Never - optional
- MaskInput = Time
- AutoFillTime = CurrentTime - optional
Option 3: You could use UltraTimeSpanEditor with different Format options - see Format property
Please let me know if you have any questions.,