Skip to content

Commit

Permalink
feat: revert enum order. (#17398)
Browse files Browse the repository at this point in the history
  • Loading branch information
rabbitism authored Nov 1, 2024
1 parent 282f844 commit 680a5e2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ public enum DateTimePickerPanelType
Day,
Hour,
Minute,
TimePeriod, //AM or PM
Second,
TimePeriod //AM or PM
}

public class DateTimePickerPanel : Panel, ILogicalScrollable
Expand Down

0 comments on commit 680a5e2

Please sign in to comment.