Skip to main content
All docs
V25.1
  • DateTimeRange.Intersect(DateTimeRange, DateTimeRange, Boolean) Method

    Namespace: DevExpress.Mvvm

    Assembly: DevExpress.Mvvm.v25.1.dll

    NuGet Packages: DevExpress.Mvvm, DevExpress.Win.Navigation

    Declaration

    public static DateTimeRange Intersect(
        DateTimeRange x,
        DateTimeRange y,
        bool includeBounds = true
    )

    Parameters

    Name Type
    x DateTimeRange
    y DateTimeRange

    Optional Parameters

    Name Type Default
    includeBounds Boolean True

    Returns

    Type
    DateTimeRange
    See Also