Skip to main content
All docs
V26.1
  • TimeRegion.Intersects(TimeInterval, SchedulerControl) Method

    Namespace: DevExpress.XtraScheduler

    Assembly: DevExpress.XtraScheduler.v26.1.dll

    Declaration

    public bool Intersects(
        TimeInterval storageTimeZoneInterval,
        SchedulerControl clientTimeZoneProvider
    )

    Parameters

    Name Type
    storageTimeZoneInterval TimeInterval
    clientTimeZoneProvider SchedulerControl

    Returns

    Type
    Boolean
    See Also