Blazor Scheduler Example - Timezone
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|
This demo visualizes the 2022 FIFA football match scheduler depicted as events. The timings of each event are associated with the timezone of the match location where it is held. When the Scheduler timezone changes, the events display according to the selected timezone's offset time difference.
In this demo, the Timezone of Scheduler is set to UTC, and each event holds different StartTimezone and EndTimezone values. Therefore, event timings are converted based on the timezone assigned to Scheduler and are displayed appropriately in UTC timings.
When users select a different timezone value from the dropdown list on the properties panel, Scheduler displays the events according to the selected timezone value as the selected timezone is assigned to the Scheduler Timezone property.