Skip to main content
All docs
V25.1
  • ITimeScale.GetTimeRange(DateTime, out Boolean) Method

    Namespace: DevExpress.Xpf.Scheduling

    Assembly: DevExpress.Xpf.Scheduling.v25.1.dll

    NuGet Package: DevExpress.Wpf.Scheduling

    Declaration

    DateTimeRange GetTimeRange(
        DateTime date,
        out bool visible
    )

    Parameters

    Name Type
    date DateTime
    visible Boolean

    Returns

    Type
    DateTimeRange
    See Also