\Kendo\UI\SchedulerMessagesRecurrenceEditorWeekdays

A PHP class representing the weekdays setting of SchedulerMessagesRecurrenceEditor.

Methods

day

The text similar to "day" displayed in the repeat by section of the monthly recurrence pattern.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorWeekdays

Parameters

$value string

Example

<?php
$weekdays = new \Kendo\UI\SchedulerMessagesRecurrenceEditorWeekdays();
$weekdays->day('value');
?>

weekday

The text similar to "weekday" displayed in the repeat by section of the monthly recurrence pattern.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorWeekdays

Parameters

$value string

Example

<?php
$weekdays = new \Kendo\UI\SchedulerMessagesRecurrenceEditorWeekdays();
$weekdays->weekday('value');
?>

weekend

The text similar to "weekend" displayed in the repeat by section of the monthly recurrence pattern.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorWeekdays

Parameters

$value string

Example

<?php
$weekdays = new \Kendo\UI\SchedulerMessagesRecurrenceEditorWeekdays();
$weekdays->weekend('value');
?>
In this article
Not finding the help you need?