Skip to main content
A newer version of this page is available. .
All docs
V20.2

TimeRegion.Intersects(TimeInterval, SchedulerControl) Method

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool Intersects(
    TimeInterval storageTimeZoneInterval,
    SchedulerControl clientTimeZoneProvider
)

Parameters

Name Type
storageTimeZoneInterval TimeInterval
clientTimeZoneProvider SchedulerControl

Returns

Type
Boolean
See Also