Skip to main content
A newer version of this page is available. .

TimelineView.RoundSelectedInterval(DateTimeRange) Method

Stretches the specified time interval to the time cell boundaries.

Namespace: DevExpress.Xpf.Scheduling

Assembly: DevExpress.Xpf.Scheduling.v18.2.dll

Declaration

public override DateTimeRange RoundSelectedInterval(
    DateTimeRange interval
)

Parameters

Name Type Description
interval DateTimeRange

A DateTimeRange object that is the original time range.

Returns

Type Description
DateTimeRange

A DateTimeRange object that is the time range aligned to the time cell boundaries.

See Also