982118 - UG Documentation for the Timeformat support in SfDateTimePicker and SfTimePicker control updating Images. #3741
+0 −0
Add this suggestion to a batch that can be applied as a single commit. This suggestion is invalid because no changes were made to the code. Suggestions cannot be applied while the pull request is closed. Suggestions cannot be applied while viewing a subset of changes. Only one suggestion per line can be applied in a batch. Add this suggestion to a batch that can be applied as a single commit. Applying suggestions on deleted lines is not supported. You must change the existing code in this line in order to create a valid suggestion. Outdated suggestions cannot be applied. This suggestion has been applied or marked resolved. Suggestions cannot be applied from pending reviews. Suggestions cannot be applied on multi-line comments. Suggestions cannot be applied while the pull request is queued to merge. Suggestion cannot be applied right now. Please check back later.
Feature description
UG Documentation for the Timeformat support in SfDateTimePicker and SfTimePicker control updating Images.
Purpose/benefits of the feature
The new PickerTimeFormats options — mm_ss, ss_fff, and mm_ss_fff are now available for users.
Use cases
Applications that require precise timing, such as scientific experiments, industrial automation, or high-frequency trading platforms.
Developers testing the performance of applications or systems may need to log or simulate events with millisecond precision.
Video or audio editing tools where frame-level precision is required.
Games or simulations that rely on precise timing for animations, physics calculations, or event triggers.
Applications that log data or monitor systems in real-time, where events occur in rapid succession.
Systems that require precise synchronization, such as chat applications, video conferencing, or IoT devices.
Competitors doesn't have this feature.
Analysis and design
The implementation of the hour, minute, and second columns should be reviewed, and the same design approach should be applied to the millisecond column.
Solution description
The millisecond column has been implemented in GeneratePickerColumns, and corresponding updates have been made to the onProperties method, particularly in the handling of selectedItem
Output screenshots
Areas affected and ensured
OnPickerSelectedIndexChanged method and OnPropertyChangedSelectedItem method where the two areas where affected and ensure that no behavior changes in the SfTimePicker.
API Changes
List all API changes here (or just put None), example:
Added:
Behavioral Changes
NA
Unit Test cases
9 unit test cases were added.
Is automated against existing test cases and ensured zero breaking
Automation link - [https://testhub.syncfusion.com/testplan/p-137/tp-5492](Automation link)
Does it have any known issues?
If this feature contains any known issues, provide the proper details about the issues.
MR CheckList