Skip to content

Commit 4c7d5c9

Browse files
Merge pull request #364 from Syncfusion-Content/hotfix/hotfix-v26.2.4
DOCINFRA-2341_merged_using_automation
2 parents 213e7f5 + 731e1b9 commit 4c7d5c9

File tree

1 file changed

+2
-2
lines changed
  • ej2-javascript/code-snippet/schedule/time-zone-cs4

1 file changed

+2
-2
lines changed

ej2-javascript/code-snippet/schedule/time-zone-cs4/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ var data = [{
33
Subject'Paris',
44
StartTimenew Date(2018, 1, 15, 10, 0),
55
EndTimenew Date(2018, 1, 15, 12, 30),
6-
startTimezone: 'Europe/Moscow',
7-
endTimezone: 'Europe/Moscow'
6+
StartTimezone: 'Europe/Moscow',
7+
EndTimezone: 'Europe/Moscow'
88
}];
99
var scheduleObj = new ej.schedule.Schedule({
1010
height: '550px',

0 commit comments

Comments
 (0)