24h Format in Appointment

Dear Support

How can I adjust the time format of the appointment? I would like to have it in 24h format.


Thanks for Help.


Patrick




4 Replies 1 reply marked as answer

UN Unknown September 16, 2020 07:13 AM UTC

Hello Patrick,

try using a style for the inline view: https://help.syncfusion.com/xamarin/scheduler/monthview#using-style


Regards,
  Kalle


SS SaiGanesh Sakthivel Syncfusion Team September 16, 2020 04:15 PM UTC

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 


Marked as answer

PA Patrick September 16, 2020 04:45 PM UTC

Thanks, the solution works perfect!


SS SaiGanesh Sakthivel Syncfusion Team September 17, 2020 07:10 AM UTC

Hi Patrick, 
 
Thank you for the update. 
  
We are glad to know that the provided solution is resolved the issue. 
 
Regards,  
SaiGanesh Sakthivel 


Loader.
Up arrow icon