Skip to content

Commit 7bc5f7a

Browse files
chore(scheduler): match ref sample to default field names
1 parent 1c9ce80 commit 7bc5f7a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

components/scheduler/overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -105,8 +105,8 @@ The Scheduler is a generic component and its type is determined by the type of t
105105
public Guid Id { get; set; }
106106
public string Title { get; set; }
107107
public string Description { get; set; }
108-
public DateTime StartTime { get; set; }
109-
public DateTime EndTime { get; set; }
108+
public DateTime Start { get; set; }
109+
public DateTime End { get; set; }
110110
public bool IsAllDay { get; set; }
111111
}
112112
}

0 commit comments

Comments
 (0)