New to Kendo UI for AngularStart a free 30-day trial

MinorTimeHeaderTemplateDirective

Use this directive to customize the minor-time headers in the Day and Week views of the Scheduler.

To define a minor-time header template, nest an <ng-template> tag with the kendoSchedulerMinorTimeHeaderTemplate directive inside the <kendo-scheduler>, <kendo-scheduler-day-view>, or <kendo-scheduler-week-view> component (see example).

The available fields in the template context are:

  • date—The date of the header.
html
<kendo-scheduler-week-view>
  <ng-template kendoSchedulerMinorTimeHeaderTemplate let-date="date">
    <!-- custom minor time header -->
  </ng-template>
</kendo-scheduler-week-view>

Selector

[kendoSchedulerMinorTimeHeaderTemplate]

In this article
Selector
Not finding the help you need?
Contact Support