Skip to main content

TimeRulerCellViewModel(DateTime, DateTimeRange, TimeSpan) Constructor

Initializes a new TimeRulerCellViewModel settings with the specified settings.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

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