Skip to content

Commit 5609ab4

Browse files
chore(Scheduler): apply changes as per comments
1 parent f18a76e commit 5609ab4

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

_contentTemplates/scheduler/views.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,13 @@ Generally, the views are designed around the timeframe that they show and the da
77

88
| Attribute | Type and Default Value | Description |
99
|----------|----------|----------|
10-
| `EndTime` | `DateTime` | The counterpart to `StartTime` - defines when the full day ends. Defaults to midnight. If you have the day end earlier you can reduce the amount of elements that render, but the user may not see some late appointments.
10+
| `EndTime` | `DateTime` | The counterpart to `StartTime` — defines when the full day ends. Defaults to midnight. If you set the `EndTime` earlier than midnight, you reduce the elements that render, but the user may not see late appointments.
1111
| `HideAllDayRow` | `bool` | Determines whether to render the row for all-day appointments. If set to `true`, this row will be hidden.
1212
| `SlotDivisions` |`int` | The number of partitions in each major time slot.
1313
| `SlotDuration` | `int` | The time span of each major time slot in minutes.
14-
| `StartTime` | `DateTime` | This is the first hour that is shown in the view. Defaults to midnight, so if you do not set it to a value close to the start of the working day, the user is likely to see only blank spaces before they scroll down.
15-
|`WorkDayEnd` | `DateTime` | The counterpart to `WorkDayStart` - defines when the working day ends.
16-
| `WorkDayStart` | `DateTime` | This is when the working day starts. The work hours have a different background than non-working hours so the user can distinguish them easily. This parameter also influences the "Show Business Hours" toggle.
14+
| `StartTime` | `DateTime` | The first hour displayed in the view. Defaults to midnight. If not set to a value close to the start of the working day, the view may show blank spaces before scrolling down.
15+
|`WorkDayEnd` | `DateTime` | The counterpart to `WorkDayStart` — defines when the working day ends.
16+
| `WorkDayStart` | `DateTime` | The start time of the working day; differentiates work hours with a distinct background for easy identification. Influences the **Show Business Hours** toggle.
1717
#end
1818

1919
#visible-times-tip

components/scheduler/views/timeline.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,13 @@ Generally, the views are designed around the timeframe that they show and the da
2828
| Attribute | Type and Default Value | Description |
2929
|----------|----------|----------|
3030
| `ColumnWidth` | `decimal` | The width of each time column in pixels.
31-
| `EndTime` | `DateTime` | The counterpart to `StartTime` - defines when the full day ends. Defaults to midnight. If you have the day end earlier you can reduce the amount of elements that render, but the user may not see some late appointments.
31+
| `EndTime` | `DateTime` | The counterpart to `StartTime` — defines when the full day ends. Defaults to midnight. If you have the day end earlier you can reduce the amount of elements that render, but the user may not see some late appointments.
3232
| `NumberOfDays` | `int` <br/> `1` | How many days to show side by side in the view.
3333
| `SlotDivisions` |`int` | The number of partitions in each major time slot.
3434
| `SlotDuration` | `int` | The time span of each major time slot in minutes.
35-
| `StartTime` | `DateTime` | This is the first hour that is shown in the view. Defaults to midnight, so if you do not set it to a value close to the start of the working day, the user is likely to see only blank spaces before they scroll down.
36-
|`WorkDayEnd` | `DateTime` | The counterpart to `WorkDayStart` - defines when the working day ends.
37-
| `WorkDayStart` | `DateTime` | This is when the working day starts. The work hours have a different background than non-working hours so the user can distinguish them easily. This parameter also influences the "Show Business Hours" toggle.
35+
| `StartTime` | `DateTime` | The first hour displayed in the view. Defaults to midnight. If not set to a value close to the start of the working day, the view may show blank spaces before scrolling down.
36+
|`WorkDayEnd` | `DateTime` | The counterpart to `WorkDayStart` &mdash; defines when the working day ends.
37+
| `WorkDayStart` | `DateTime` | The start time of the working day; differentiates work hours with a distinct background for easy identification. Influences the **Show Business Hours** toggle.
3838

3939
@[template](/_contentTemplates/scheduler/views.md#visible-times-tip)
4040

0 commit comments

Comments
 (0)