AppointmentRecurrenceFormExtension.GetValue(String, Appointment, TimeZoneHelper) Method
In This Article
Returns information about appointment recurrences.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.2.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. |
time |
Time |
Time zone conversion. |
#Returns
Type | Description |
---|---|
Recurrence |
A Recurrence |
See Also