Hi Patrick,
Thank you for contacting syncfusion support.
We have checked the reported query “24h Format in Appointment” from our end. We would like to inform you that you can achieved your requirement by setting Time Format porperty as “HH:mm” inside the AgendaViewStyle property in SfSchedule. Plefer to the following code snippet for your reference.
Code Snippet
|
<syncfusion:SfSchedule.MonthViewSettings>
<syncfusion:MonthViewSettings ShowAgendaView="true">
<syncfusion:MonthViewSettings.AgendaViewStyle>
<syncfusion:AgendaViewStyle TimeFormat="HH:mm" />
</syncfusion:MonthViewSettings.AgendaViewStyle>
</syncfusion:MonthViewSettings>
</syncfusion:SfSchedule.MonthViewSettings> |
Please refer to the following UG link for your reference.
Please let us know if you have any concerns.
Regards,
SaiGanesh Sakthivel