Hi Siggi,
Thanks for your interest in Syncfusion products.
We have analyzed your requirement of customizing the TimeFormat of WeekLabelSettings to 24 hours format, in order to achieve this, the value for TimeFormat should be set as “HH”. As WeekLabelSettings is a complex property of WeekViewSettings, it can be represented in XAML as mentioned below,
Code Snippet:
<schedule:SfSchedule x:Name="schedule" ScheduleView="WeekView" > <schedule:SfSchedule.WeekViewSettings> <schedule:WeekViewSettings > <schedule:WeekViewSettings.WeekLabelSettings> <schedule:WeekLabelSettings TimeFormat="HH" /> </schedule:WeekViewSettings.WeekLabelSettings> </schedule:WeekViewSettings> </schedule:SfSchedule.WeekViewSettings> </schedule:SfSchedule> |
Please let us know, if you need any further assistance.
Regards,
Joy Rex.