Scheduler start/end date to display ToLocalTime?

Other than modifying the dataset that is loaded is there any way to dynamically change the Start and End Date property results ToLocalTime() rather than what is pulled in from the dataset? In my case I have several UTC fields and would rather change them in the UI than modify the data source the Scheduler component is using.

Hi @crounds,

You will have to update the date time properties of your model before setting the Data property of RadzenScheduler.

1 Like

Thanks, I figured as much and will adjust to use a localized model. Could I propose a future feature change to add a 'UseLocalization" checkbox to the component that would expect UTC start/end dates and convert to local date/time values?

We would probably not introduce such a feature as it is easy for the developer to convert the dates as they see fit.

1 Like

ok no problem. Thanks!