Skip to main content
All docs
V23.2

ITimeScale.GetTimeRange(DateTime, out Boolean) Method

Namespace: DevExpress.Xpf.Scheduling

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