Skip to main content
A newer version of this page is available. .

AppointmentRecurrenceFormExtension.GetValue(String, Appointment, TimeZoneHelper) Method

Returns information about appointment reccurrences.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v18.2.dll

Declaration

public static RecurrenceInfo GetValue(
    string name,
    Appointment pattern,
    TimeZoneHelper timeZoneHelper
)

Parameters

Name Type Description
name String

A string value that is the control name.

pattern Appointment

An Appointment instance specifying the recurrence pattern.

timeZoneHelper TimeZoneHelper

A TimeZoneHelper object used for time zone conversion.

Returns

Type Description
RecurrenceInfo

A RecurrenceInfo object containing information about appointment recurrences.

See Also