\Kendo\UI\SchedulerMessagesRecurrenceEditorYearly

A PHP class representing the yearly setting of SchedulerMessagesRecurrenceEditor.

Methods

day

The text similar to "day" displayed in the scheduler recurrence editor. Also used for titles of the appropriate inputs.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorYearly

Parameters

$value string

Example

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

interval

The text similar to " year(s)" displayed in the scheduler recurrence editor.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorYearly

Parameters

$value string

Example

<?php
$yearly = new \Kendo\UI\SchedulerMessagesRecurrenceEditorYearly();
$yearly->interval('value');
?>

month

The text similar to "month" displayed in the scheduler recurrence editor. Also used for titles of the appropriate inputs.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorYearly

Parameters

$value string

Example

<?php
$yearly = new \Kendo\UI\SchedulerMessagesRecurrenceEditorYearly();
$yearly->month('value');
?>

of

The text similar to " of " displayed in the scheduler recurrence editor.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorYearly

Parameters

$value string

Example

<?php
$yearly = new \Kendo\UI\SchedulerMessagesRecurrenceEditorYearly();
$yearly->of('value');
?>

repeatEvery

The text similar to "Repeat every: " displayed in the scheduler recurrence editor.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorYearly

Parameters

$value string

Example

<?php
$yearly = new \Kendo\UI\SchedulerMessagesRecurrenceEditorYearly();
$yearly->repeatEvery('value');
?>

repeatOn

The text similar to "Repeat on: " displayed in the scheduler recurrence editor.

Returns

\Kendo\UI\SchedulerMessagesRecurrenceEditorYearly

Parameters

$value string

Example

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