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

TimeRulerCellViewModel(DateTime, DateTimeRange, TimeSpan) Constructor

Initializes a new TimeRulerCellViewModel settings with the specified settings.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

Declaration

public TimeRulerCellViewModel(
    DateTime time,
    DateTimeRange timeInterval,
    TimeSpan timeSlot
)

Parameters

Name Type Description
time DateTime

The time slot’s start time.

timeInterval DateTimeRange

The time scale interval to which the cell belongs.

timeSlot TimeSpan

The time interval the cell represents.

See Also