We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1c9ce80 commit 7bc5f7aCopy full SHA for 7bc5f7a
components/scheduler/overview.md
@@ -105,8 +105,8 @@ The Scheduler is a generic component and its type is determined by the type of t
105
public Guid Id { get; set; }
106
public string Title { get; set; }
107
public string Description { get; set; }
108
- public DateTime StartTime { get; set; }
109
- public DateTime EndTime { get; set; }
+ public DateTime Start { get; set; }
+ public DateTime End { get; set; }
110
public bool IsAllDay { get; set; }
111
}
112
0 commit comments