Back to Devexpress

AppointmentRecurrenceFormExtension.GetValue(String, Appointment, TimeZoneHelper) Method

aspnetmvc-devexpress-dot-web-dot-mvc-dot-appointmentrecurrenceformextension-dot-getvalue-x28-system-dot-string-devexpress-dot-xtrascheduler-dot-appointment-devexpress-dot-xtrascheduler-dot-timezonehelper-x29.md

latest2.0 KB
Original Source

AppointmentRecurrenceFormExtension.GetValue(String, Appointment, TimeZoneHelper) Method

Returns information about appointment recurrences.

Namespace : DevExpress.Web.Mvc

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

NuGet Package : DevExpress.Web.Mvc5

Declaration

csharp
public static RecurrenceInfo GetValue(
    string name,
    Appointment pattern,
    TimeZoneHelper timeZoneHelper
)
vb
Public Shared Function GetValue(
    name As String,
    pattern As Appointment,
    timeZoneHelper As TimeZoneHelper
) As RecurrenceInfo

Parameters

NameTypeDescription
nameString

The control name.

| | pattern | Appointment |

The recurrence pattern.

| | timeZoneHelper | TimeZoneHelper |

Time zone conversion.

|

Returns

TypeDescription
RecurrenceInfo

A RecurrenceInfo object containing information about appointment recurrences.

|

See Also

AppointmentRecurrenceFormExtension Class

AppointmentRecurrenceFormExtension Members

DevExpress.Web.Mvc Namespace