AppointmentRecurrenceFormExtension.GetValue(String, Appointment, TimeZoneHelper) Method
Returns information about appointment recurrences.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v25.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
public static RecurrenceInfo GetValue(
string name,
Appointment pattern,
TimeZoneHelper timeZoneHelper
)
Parameters
| Name | Type | Description |
|---|---|---|
| name | String | The control name. |
| pattern | Appointment | The recurrence pattern. |
| timeZoneHelper | TimeZoneHelper | Time zone conversion. |
Returns
| Type | Description |
|---|---|
| RecurrenceInfo | A RecurrenceInfo object containing information about appointment recurrences. |
See Also