Hi Mark,
Thanks for using Syncfusion product.
We have checked your query “How to set the MinuteInterval property of SfTimeSelector in SfTimePicker”. We have prepared a sample based on your requirement in which we set the MinuteInterval property of SfTimeSelector by using SelectorStyle property of SfTimePicker. Please find the code snippet, video and sample for the same from the below location.
<input:SfTimePicker x:Name="datePicker" HorizontalAlignment="Center" VerticalAlignment="Center" Width="200" >
<input:SfTimePicker.SelectorStyle>
<Style TargetType="input:SfTimeSelector">
<Setter Property="MinuteInterval" Value="4"/>
</Style>
</input:SfTimePicker.SelectorStyle>
</input:SfTimePicker> |
And also please refer the below UG Documentation for further reference regarding how to customize the visual elements of SfTimeSelector in SfTimePicker.
Please try this above solution and let us know if it is helpful.
Regards,
Jagadeesan