Articles in this section
Category / Section

How to customize the appointment time format in Xamarin.Forms Schedule (SfSchedule)

1 min read

You can customize the appointment time format by using the TimeFormat property of AgendaViewStyle in Xamarin.Forms SfSchedule

XAML

You can set “HH: mm” to TimeFormat property of AgnedaViewStyle to show appointments with 24 hr. time format.

<schedule:SfSchedule.MonthViewSettings>
    <schedule:MonthViewSettings ShowAgendaView="True">
        <schedule:MonthViewSettings.AgendaViewStyle>
            <schedule:AgendaViewStyle TimeFormat="HH:mm"/>
        </schedule:MonthViewSettings.AgendaViewStyle>
    </schedule:MonthViewSettings>
</schedule:SfSchedule.MonthViewSettings>

 

Note:

Agenda View Appearance customization is not applicable for UWP and WPF platforms.

View Sample in GitHub

TimeFormat customization in schedule

 

 

Did you find this information helpful?
Yes
No
Help us improve this page
Please provide feedback or comments
Comments (0)
Please  to leave a comment
Access denied
Access denied