TimeZoneEditorComponent
Represents the Kendo UI TimeZone Editor component for Angular.
TimeZoneEditorComponent
displays the currently loaded timezones.
Used for editing the start
and end
timezones of the SchedulerEvent
objects.
Selector
kendo-timezone-editor
Inputs
NAME | TYPE | DEFAULT | DESCRIPTION |
---|---|---|---|
width | number | Specifies the width of the ComboBox which contains the names of the timezones. |
Events
NAME | TYPE | DESCRIPTION |
---|---|---|
valueChange | EventEmitter<string> | Fires when the value of the component has changed. |