Back to Devexpress

OccurrenceCalculator.CreateInstance(IRecurrenceInfo, TimeZoneInfo) Method

maui-devexpress-dot-maui-dot-scheduler-dot-occurrencecalculator-dot-createinstance-x28-devexpress-dot-maui-dot-scheduler-dot-irecurrenceinfo-system-dot-timezoneinfo-x29.md

latest1.4 KB
Original Source

OccurrenceCalculator.CreateInstance(IRecurrenceInfo, TimeZoneInfo) Method

Initializes a new OccurrenceCalculator instance with the specified recurrence information and time zone.

Namespace : DevExpress.Maui.Scheduler

Assembly : DevExpress.Maui.Scheduler.dll

NuGet Package : DevExpress.Maui.Scheduler

Declaration

csharp
public static OccurrenceCalculator CreateInstance(
    IRecurrenceInfo info,
    TimeZoneInfo operationTimeZone
)

Parameters

NameTypeDescription
infoIRecurrenceInfo

The appointment recurrence information.

| | operationTimeZone | TimeZoneInfo |

The time zone for which the calculator computes the start and end time of appointment occurrences.

|

Returns

TypeDescription
OccurrenceCalculator

The new calculator instance.

|

See Also

OccurrenceCalculator Class

OccurrenceCalculator Members

DevExpress.Maui.Scheduler Namespace