Skip to content

This repository contains a sample on How to customize the appointment time format in the Syncfusion Xamarin.Forms Schedule (SfSchedule)?

Notifications You must be signed in to change notification settings

SyncfusionExamples/customize-appointment-time-format-schedule-xamarin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

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.

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

About

This repository contains a sample on How to customize the appointment time format in the Syncfusion Xamarin.Forms Schedule (SfSchedule)?

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages