Skip to main content
A newer version of this page is available. .
All docs
V21.1

ITimeScale.GetTimeRange(DateTime, out Boolean) Method

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v21.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